Shades of Siam #6E7849
Tints of Siam #6E7849
RGB
CMYK
RGB Variations
Color information
#6E7849 (or 0x6E7849) is known color: Siam. HEX triplet: 6E, 78 and 49. RGB value is (110,120,73). Sum of RGB (Red+Green+Blue) = 110+120+73=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #6E7849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7849 is #9187B6. Grayscale: #6F6F6F. Windows color (decimal): -9537463 or 4814958. OLE color: 4814958.
HSL color Cylindrical-coordinate representation of color #6E7849: hue angle of 72.77º 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 #6E7849 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 120 | 73 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.53 |
| HSL | 72.77º | 0.24% | 0.38% | - |
| HSV(B) | 72.77º | 0.39% | 0.47% | - |
| XYZ | 14.35 | 17.23 | 8.87 | - |
| YUV | 111.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 73 | 0.08 | 0 | 0.39 | 0.53 | 72.77 | 0.24 | 0.38 |
| Hex | 6E | 78 | 49 | 8 | 0 | 27 | 35 | 49 | 18 | 26 |
| Octal | 156 | 170 | 111 | 10 | 0 | 47 | 65 | 111 | 30 | 46 |
| Binary | 1101110 | 1111000 | 1001001 | 1000 | 0 | 100111 | 110101 | 1001001 | 11000 | 100110 |
Color Harmonies of #6E7849
Complementary color
Monochromatic Colors of #6E7849
Black with #6E7849
Text Example
Text Example
White with #6E7849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7849; }
p { color: rgb(110,120,73); }
H1.HeaderClassName
{
color: #6E7849;
}
.AnyTagClassName
{
color: #6E7849;
}
</style>
background-color css
<style>
a { background-color: #6E7849; }
a { background-color: rgb(110,120,73); }
div.DivClassName
{
background-color: #6E7849;
}
.BgClassName
{
background-color: #6E7849;
}
</style>
border-color css
<style>
span { border-color: #6E7849; }
span { border-color: rgb(110,120,73); }
td.TdClassName
{
border-color: #6E7849;
}
.TagClassName
{
border-color: #6E7849;
}
</style>