Shades of Siam #6E7243
Tints of Siam #6E7243
RGB
CMYK
RGB Variations
Color information
#6E7243 (or 0x6E7243) is known color: Siam. HEX triplet: 6E, 72 and 43. RGB value is (110,114,67). Sum of RGB (Red+Green+Blue) = 110+114+67=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7243 is #918DBC. Grayscale: #6B6B6B. Windows color (decimal): -9539005 or 4420206. OLE color: 4420206.
HSL color Cylindrical-coordinate representation of color #6E7243: hue angle of 65.11º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E7243 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 67 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.55 |
| HSL | 65.11º | 0.26% | 0.35% | - |
| HSV(B) | 65.11º | 0.41% | 0.45% | - |
| XYZ | 13.46 | 15.75 | 7.64 | - |
| YUV | 107.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 67 | 0.04 | 0 | 0.41 | 0.55 | 65.11 | 0.26 | 0.35 |
| Hex | 6E | 72 | 43 | 4 | 0 | 29 | 37 | 41 | 1A | 23 |
| Octal | 156 | 162 | 103 | 4 | 0 | 51 | 67 | 101 | 32 | 43 |
| Binary | 1101110 | 1110010 | 1000011 | 100 | 0 | 101001 | 110111 | 1000001 | 11010 | 100011 |
Color Harmonies of #6E7243
Complementary color
Monochromatic Colors of #6E7243
Black with #6E7243
Text Example
Text Example
White with #6E7243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7243; }
p { color: rgb(110,114,67); }
H1.HeaderClassName
{
color: #6E7243;
}
.AnyTagClassName
{
color: #6E7243;
}
</style>
background-color css
<style>
a { background-color: #6E7243; }
a { background-color: rgb(110,114,67); }
div.DivClassName
{
background-color: #6E7243;
}
.BgClassName
{
background-color: #6E7243;
}
</style>
border-color css
<style>
span { border-color: #6E7243; }
span { border-color: rgb(110,114,67); }
td.TdClassName
{
border-color: #6E7243;
}
.TagClassName
{
border-color: #6E7243;
}
</style>