Shades of Siam #6E7650
Tints of Siam #6E7650
RGB
CMYK
RGB Variations
Color information
#6E7650 (or 0x6E7650) is known color: Siam. HEX triplet: 6E, 76 and 50. RGB value is (110,118,80). Sum of RGB (Red+Green+Blue) = 110+118+80=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7650 is #9189AF. Grayscale: #6F6F6F. Windows color (decimal): -9537968 or 5273198. OLE color: 5273198.
HSL color Cylindrical-coordinate representation of color #6E7650: hue angle of 72.63º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E7650 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 118 | 80 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.54 |
| HSL | 72.63º | 0.19% | 0.39% | - |
| HSV(B) | 72.63º | 0.32% | 0.46% | - |
| XYZ | 14.36 | 16.85 | 10.09 | - |
| YUV | 111.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 80 | 0.07 | 0 | 0.32 | 0.54 | 72.63 | 0.19 | 0.39 |
| Hex | 6E | 76 | 50 | 7 | 0 | 20 | 36 | 49 | 13 | 27 |
| Octal | 156 | 166 | 120 | 7 | 0 | 40 | 66 | 111 | 23 | 47 |
| Binary | 1101110 | 1110110 | 1010000 | 111 | 0 | 100000 | 110110 | 1001001 | 10011 | 100111 |
Color Harmonies of #6E7650
Complementary color
Monochromatic Colors of #6E7650
Black with #6E7650
Text Example
Text Example
White with #6E7650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7650; }
p { color: rgb(110,118,80); }
H1.HeaderClassName
{
color: #6E7650;
}
.AnyTagClassName
{
color: #6E7650;
}
</style>
background-color css
<style>
a { background-color: #6E7650; }
a { background-color: rgb(110,118,80); }
div.DivClassName
{
background-color: #6E7650;
}
.BgClassName
{
background-color: #6E7650;
}
</style>
border-color css
<style>
span { border-color: #6E7650; }
span { border-color: rgb(110,118,80); }
td.TdClassName
{
border-color: #6E7650;
}
.TagClassName
{
border-color: #6E7650;
}
</style>