Shades of Siam #6E7749
Tints of Siam #6E7749
RGB
CMYK
RGB Variations
Color information
#6E7749 (or 0x6E7749) is known color: Siam. HEX triplet: 6E, 77 and 49. RGB value is (110,119,73). Sum of RGB (Red+Green+Blue) = 110+119+73=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #6E7749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7749 is #9188B6. Grayscale: #6F6F6F. Windows color (decimal): -9537719 or 4814702. OLE color: 4814702.
HSL color Cylindrical-coordinate representation of color #6E7749: hue angle of 71.74º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E7749 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 119 | 73 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.53 |
| HSL | 71.74º | 0.24% | 0.38% | - |
| HSV(B) | 71.74º | 0.39% | 0.47% | - |
| XYZ | 14.23 | 16.99 | 8.83 | - |
| YUV | 111.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 73 | 0.08 | 0 | 0.39 | 0.53 | 71.74 | 0.24 | 0.38 |
| Hex | 6E | 77 | 49 | 8 | 0 | 27 | 35 | 48 | 18 | 26 |
| Octal | 156 | 167 | 111 | 10 | 0 | 47 | 65 | 110 | 30 | 46 |
| Binary | 1101110 | 1110111 | 1001001 | 1000 | 0 | 100111 | 110101 | 1001000 | 11000 | 100110 |
Color Harmonies of #6E7749
Complementary color
Monochromatic Colors of #6E7749
Black with #6E7749
Text Example
Text Example
White with #6E7749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7749; }
p { color: rgb(110,119,73); }
H1.HeaderClassName
{
color: #6E7749;
}
.AnyTagClassName
{
color: #6E7749;
}
</style>
background-color css
<style>
a { background-color: #6E7749; }
a { background-color: rgb(110,119,73); }
div.DivClassName
{
background-color: #6E7749;
}
.BgClassName
{
background-color: #6E7749;
}
</style>
border-color css
<style>
span { border-color: #6E7749; }
span { border-color: rgb(110,119,73); }
td.TdClassName
{
border-color: #6E7749;
}
.TagClassName
{
border-color: #6E7749;
}
</style>