Shades of Siam #6E7949
Tints of Siam #6E7949
RGB
CMYK
RGB Variations
Color information
#6E7949 (or 0x6E7949) is known color: Siam. HEX triplet: 6E, 79 and 49. RGB value is (110,121,73). Sum of RGB (Red+Green+Blue) = 110+121+73=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #6E7949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7949 is #9186B6. Grayscale: #707070. Windows color (decimal): -9537207 or 4815214. OLE color: 4815214.
HSL color Cylindrical-coordinate representation of color #6E7949: hue angle of 73.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E7949 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 121 | 73 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.53 |
| HSL | 73.75º | 0.25% | 0.38% | - |
| HSV(B) | 73.75º | 0.4% | 0.47% | - |
| XYZ | 14.47 | 17.47 | 8.91 | - |
| YUV | 112.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 121 | 73 | 0.09 | 0 | 0.40 | 0.53 | 73.75 | 0.25 | 0.38 |
| Hex | 6E | 79 | 49 | 9 | 0 | 28 | 35 | 4A | 19 | 26 |
| Octal | 156 | 171 | 111 | 11 | 0 | 50 | 65 | 112 | 31 | 46 |
| Binary | 1101110 | 1111001 | 1001001 | 1001 | 0 | 101000 | 110101 | 1001010 | 11001 | 100110 |
Color Harmonies of #6E7949
Complementary color
Monochromatic Colors of #6E7949
Black with #6E7949
Text Example
Text Example
White with #6E7949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7949; }
p { color: rgb(110,121,73); }
H1.HeaderClassName
{
color: #6E7949;
}
.AnyTagClassName
{
color: #6E7949;
}
</style>
background-color css
<style>
a { background-color: #6E7949; }
a { background-color: rgb(110,121,73); }
div.DivClassName
{
background-color: #6E7949;
}
.BgClassName
{
background-color: #6E7949;
}
</style>
border-color css
<style>
span { border-color: #6E7949; }
span { border-color: rgb(110,121,73); }
td.TdClassName
{
border-color: #6E7949;
}
.TagClassName
{
border-color: #6E7949;
}
</style>