Shades of Siam #6E7D47
Tints of Siam #6E7D47
RGB
CMYK
RGB Variations
Color information
#6E7D47 (or 0x6E7D47) is known color: Siam. HEX triplet: 6E, 7D and 47. RGB value is (110,125,71). Sum of RGB (Red+Green+Blue) = 110+125+71=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 125 - color contains mainly: green. Hex color #6E7D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7D47 is #9182B8. Grayscale: #727272. Windows color (decimal): -9536185 or 4685166. OLE color: 4685166.
HSL color Cylindrical-coordinate representation of color #6E7D47: hue angle of 76.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E7D47 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 125 | 71 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.51 |
| HSL | 76.67º | 0.28% | 0.38% | - |
| HSV(B) | 76.67º | 0.43% | 0.49% | - |
| XYZ | 14.9 | 18.44 | 8.73 | - |
| YUV | 114.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 71 | 0.12 | 0 | 0.43 | 0.51 | 76.67 | 0.28 | 0.38 |
| Hex | 6E | 7D | 47 | C | 0 | 2B | 33 | 4D | 1C | 26 |
| Octal | 156 | 175 | 107 | 14 | 0 | 53 | 63 | 115 | 34 | 46 |
| Binary | 1101110 | 1111101 | 1000111 | 1100 | 0 | 101011 | 110011 | 1001101 | 11100 | 100110 |
Color Harmonies of #6E7D47
Complementary color
Monochromatic Colors of #6E7D47
Black with #6E7D47
Text Example
Text Example
White with #6E7D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7D47; }
p { color: rgb(110,125,71); }
H1.HeaderClassName
{
color: #6E7D47;
}
.AnyTagClassName
{
color: #6E7D47;
}
</style>
background-color css
<style>
a { background-color: #6E7D47; }
a { background-color: rgb(110,125,71); }
div.DivClassName
{
background-color: #6E7D47;
}
.BgClassName
{
background-color: #6E7D47;
}
</style>
border-color css
<style>
span { border-color: #6E7D47; }
span { border-color: rgb(110,125,71); }
td.TdClassName
{
border-color: #6E7D47;
}
.TagClassName
{
border-color: #6E7D47;
}
</style>