Shades of Siam #6E7249
Tints of Siam #6E7249
RGB
CMYK
RGB Variations
Color information
#6E7249 (or 0x6E7249) is known color: Siam. HEX triplet: 6E, 72 and 49. RGB value is (110,114,73). Sum of RGB (Red+Green+Blue) = 110+114+73=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7249 is #918DB6. Grayscale: #6C6C6C. Windows color (decimal): -9538999 or 4813422. OLE color: 4813422.
HSL color Cylindrical-coordinate representation of color #6E7249: hue angle of 65.85º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E7249 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 73 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.55 |
| HSL | 65.85º | 0.22% | 0.37% | - |
| HSV(B) | 65.85º | 0.36% | 0.45% | - |
| XYZ | 13.65 | 15.83 | 8.64 | - |
| YUV | 108.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 73 | 0.04 | 0 | 0.36 | 0.55 | 65.85 | 0.22 | 0.37 |
| Hex | 6E | 72 | 49 | 4 | 0 | 24 | 37 | 42 | 16 | 25 |
| Octal | 156 | 162 | 111 | 4 | 0 | 44 | 67 | 102 | 26 | 45 |
| Binary | 1101110 | 1110010 | 1001001 | 100 | 0 | 100100 | 110111 | 1000010 | 10110 | 100101 |
Color Harmonies of #6E7249
Complementary color
Monochromatic Colors of #6E7249
Black with #6E7249
Text Example
Text Example
White with #6E7249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7249; }
p { color: rgb(110,114,73); }
H1.HeaderClassName
{
color: #6E7249;
}
.AnyTagClassName
{
color: #6E7249;
}
</style>
background-color css
<style>
a { background-color: #6E7249; }
a { background-color: rgb(110,114,73); }
div.DivClassName
{
background-color: #6E7249;
}
.BgClassName
{
background-color: #6E7249;
}
</style>
border-color css
<style>
span { border-color: #6E7249; }
span { border-color: rgb(110,114,73); }
td.TdClassName
{
border-color: #6E7249;
}
.TagClassName
{
border-color: #6E7249;
}
</style>