Shades of Siam #6E724E
Tints of Siam #6E724E
RGB
CMYK
RGB Variations
Color information
#6E724E (or 0x6E724E) is known color: Siam. HEX triplet: 6E, 72 and 4E. RGB value is (110,114,78). Sum of RGB (Red+Green+Blue) = 110+114+78=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #6E724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E724E is #918DB1. Grayscale: #6C6C6C. Windows color (decimal): -9538994 or 5141102. OLE color: 5141102.
HSL color Cylindrical-coordinate representation of color #6E724E: hue angle of 66.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E724E is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 78 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.55 |
| HSL | 66.67º | 0.19% | 0.38% | - |
| HSV(B) | 66.67º | 0.32% | 0.45% | - |
| XYZ | 13.82 | 15.9 | 9.55 | - |
| YUV | 108.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 78 | 0.04 | 0 | 0.32 | 0.55 | 66.67 | 0.19 | 0.38 |
| Hex | 6E | 72 | 4E | 4 | 0 | 20 | 37 | 43 | 13 | 26 |
| Octal | 156 | 162 | 116 | 4 | 0 | 40 | 67 | 103 | 23 | 46 |
| Binary | 1101110 | 1110010 | 1001110 | 100 | 0 | 100000 | 110111 | 1000011 | 10011 | 100110 |
Color Harmonies of #6E724E
Complementary color
Monochromatic Colors of #6E724E
Black with #6E724E
Text Example
Text Example
White with #6E724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E724E; }
p { color: rgb(110,114,78); }
H1.HeaderClassName
{
color: #6E724E;
}
.AnyTagClassName
{
color: #6E724E;
}
</style>
background-color css
<style>
a { background-color: #6E724E; }
a { background-color: rgb(110,114,78); }
div.DivClassName
{
background-color: #6E724E;
}
.BgClassName
{
background-color: #6E724E;
}
</style>
border-color css
<style>
span { border-color: #6E724E; }
span { border-color: rgb(110,114,78); }
td.TdClassName
{
border-color: #6E724E;
}
.TagClassName
{
border-color: #6E724E;
}
</style>