Shades of Siam #6E764E
Tints of Siam #6E764E
RGB
CMYK
RGB Variations
Color information
#6E764E (or 0x6E764E) is known color: Siam. HEX triplet: 6E, 76 and 4E. RGB value is (110,118,78). Sum of RGB (Red+Green+Blue) = 110+118+78=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #6E764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E764E is #9189B1. Grayscale: #6F6F6F. Windows color (decimal): -9537970 or 5142126. OLE color: 5142126.
HSL color Cylindrical-coordinate representation of color #6E764E: hue angle of 72º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E764E is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 118 | 78 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.54 |
| HSL | 72º | 0.2% | 0.38% | - |
| HSV(B) | 72º | 0.34% | 0.46% | - |
| XYZ | 14.28 | 16.82 | 9.7 | - |
| YUV | 111.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 78 | 0.07 | 0 | 0.34 | 0.54 | 72 | 0.2 | 0.38 |
| Hex | 6E | 76 | 4E | 7 | 0 | 22 | 36 | 48 | 14 | 26 |
| Octal | 156 | 166 | 116 | 7 | 0 | 42 | 66 | 110 | 24 | 46 |
| Binary | 1101110 | 1110110 | 1001110 | 111 | 0 | 100010 | 110110 | 1001000 | 10100 | 100110 |
Color Harmonies of #6E764E
Complementary color
Monochromatic Colors of #6E764E
Black with #6E764E
Text Example
Text Example
White with #6E764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E764E; }
p { color: rgb(110,118,78); }
H1.HeaderClassName
{
color: #6E764E;
}
.AnyTagClassName
{
color: #6E764E;
}
</style>
background-color css
<style>
a { background-color: #6E764E; }
a { background-color: rgb(110,118,78); }
div.DivClassName
{
background-color: #6E764E;
}
.BgClassName
{
background-color: #6E764E;
}
</style>
border-color css
<style>
span { border-color: #6E764E; }
span { border-color: rgb(110,118,78); }
td.TdClassName
{
border-color: #6E764E;
}
.TagClassName
{
border-color: #6E764E;
}
</style>