Shades of Siam #6F7442
Tints of Siam #6F7442
RGB
CMYK
RGB Variations
Color information
#6F7442 (or 0x6F7442) is known color: Siam. HEX triplet: 6F, 74 and 42. RGB value is (111,116,66). Sum of RGB (Red+Green+Blue) = 111+116+66=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #6F7442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7442 is #908BBD. Grayscale: #6D6D6D. Windows color (decimal): -9472958 or 4355183. OLE color: 4355183.
HSL color Cylindrical-coordinate representation of color #6F7442: hue angle of 66º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F7442 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 116 | 66 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.55 |
| HSL | 66º | 0.27% | 0.36% | - |
| HSV(B) | 66º | 0.43% | 0.45% | - |
| XYZ | 13.78 | 16.26 | 7.57 | - |
| YUV | 108.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 66 | 0.04 | 0 | 0.43 | 0.55 | 66 | 0.27 | 0.36 |
| Hex | 6F | 74 | 42 | 4 | 0 | 2B | 37 | 42 | 1B | 24 |
| Octal | 157 | 164 | 102 | 4 | 0 | 53 | 67 | 102 | 33 | 44 |
| Binary | 1101111 | 1110100 | 1000010 | 100 | 0 | 101011 | 110111 | 1000010 | 11011 | 100100 |
Color Harmonies of #6F7442
Complementary color
Monochromatic Colors of #6F7442
Black with #6F7442
Text Example
Text Example
White with #6F7442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7442; }
p { color: rgb(111,116,66); }
H1.HeaderClassName
{
color: #6F7442;
}
.AnyTagClassName
{
color: #6F7442;
}
</style>
background-color css
<style>
a { background-color: #6F7442; }
a { background-color: rgb(111,116,66); }
div.DivClassName
{
background-color: #6F7442;
}
.BgClassName
{
background-color: #6F7442;
}
</style>
border-color css
<style>
span { border-color: #6F7442; }
span { border-color: rgb(111,116,66); }
td.TdClassName
{
border-color: #6F7442;
}
.TagClassName
{
border-color: #6F7442;
}
</style>