Shades of Siam #6E7742
Tints of Siam #6E7742
RGB
CMYK
RGB Variations
Color information
#6E7742 (or 0x6E7742) is known color: Siam. HEX triplet: 6E, 77 and 42. RGB value is (110,119,66). Sum of RGB (Red+Green+Blue) = 110+119+66=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #6E7742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7742 is #9188BD. Grayscale: #6E6E6E. Windows color (decimal): -9537726 or 4355950. OLE color: 4355950.
HSL color Cylindrical-coordinate representation of color #6E7742: hue angle of 70.19º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E7742 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 119 | 66 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.53 |
| HSL | 70.19º | 0.29% | 0.36% | - |
| HSV(B) | 70.19º | 0.45% | 0.47% | - |
| XYZ | 14.01 | 16.9 | 7.68 | - |
| YUV | 110.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 66 | 0.08 | 0 | 0.45 | 0.53 | 70.19 | 0.29 | 0.36 |
| Hex | 6E | 77 | 42 | 8 | 0 | 2D | 35 | 46 | 1D | 24 |
| Octal | 156 | 167 | 102 | 10 | 0 | 55 | 65 | 106 | 35 | 44 |
| Binary | 1101110 | 1110111 | 1000010 | 1000 | 0 | 101101 | 110101 | 1000110 | 11101 | 100100 |
Color Harmonies of #6E7742
Complementary color
Monochromatic Colors of #6E7742
Black with #6E7742
Text Example
Text Example
White with #6E7742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7742; }
p { color: rgb(110,119,66); }
H1.HeaderClassName
{
color: #6E7742;
}
.AnyTagClassName
{
color: #6E7742;
}
</style>
background-color css
<style>
a { background-color: #6E7742; }
a { background-color: rgb(110,119,66); }
div.DivClassName
{
background-color: #6E7742;
}
.BgClassName
{
background-color: #6E7742;
}
</style>
border-color css
<style>
span { border-color: #6E7742; }
span { border-color: rgb(110,119,66); }
td.TdClassName
{
border-color: #6E7742;
}
.TagClassName
{
border-color: #6E7742;
}
</style>