Shades of Siam #6E774F
Tints of Siam #6E774F
RGB
CMYK
RGB Variations
Color information
#6E774F (or 0x6E774F) is known color: Siam. HEX triplet: 6E, 77 and 4F. RGB value is (110,119,79). Sum of RGB (Red+Green+Blue) = 110+119+79=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #6E774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E774F is #9188B0. Grayscale: #6F6F6F. Windows color (decimal): -9537713 or 5207918. OLE color: 5207918.
HSL color Cylindrical-coordinate representation of color #6E774F: hue angle of 73.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E774F is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 119 | 79 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.53 |
| HSL | 73.5º | 0.2% | 0.39% | - |
| HSV(B) | 73.5º | 0.34% | 0.47% | - |
| XYZ | 14.44 | 17.07 | 9.93 | - |
| YUV | 111.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 79 | 0.08 | 0 | 0.34 | 0.53 | 73.5 | 0.2 | 0.39 |
| Hex | 6E | 77 | 4F | 8 | 0 | 22 | 35 | 4A | 14 | 27 |
| Octal | 156 | 167 | 117 | 10 | 0 | 42 | 65 | 112 | 24 | 47 |
| Binary | 1101110 | 1110111 | 1001111 | 1000 | 0 | 100010 | 110101 | 1001010 | 10100 | 100111 |
Color Harmonies of #6E774F
Complementary color
Monochromatic Colors of #6E774F
Black with #6E774F
Text Example
Text Example
White with #6E774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E774F; }
p { color: rgb(110,119,79); }
H1.HeaderClassName
{
color: #6E774F;
}
.AnyTagClassName
{
color: #6E774F;
}
</style>
background-color css
<style>
a { background-color: #6E774F; }
a { background-color: rgb(110,119,79); }
div.DivClassName
{
background-color: #6E774F;
}
.BgClassName
{
background-color: #6E774F;
}
</style>
border-color css
<style>
span { border-color: #6E774F; }
span { border-color: rgb(110,119,79); }
td.TdClassName
{
border-color: #6E774F;
}
.TagClassName
{
border-color: #6E774F;
}
</style>