Shades of Siam #6E7846
Tints of Siam #6E7846
RGB
CMYK
RGB Variations
Color information
#6E7846 (or 0x6E7846) is known color: Siam. HEX triplet: 6E, 78 and 46. RGB value is (110,120,70). Sum of RGB (Red+Green+Blue) = 110+120+70=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #6E7846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7846 is #9187B9. Grayscale: #6F6F6F. Windows color (decimal): -9537466 or 4618350. OLE color: 4618350.
HSL color Cylindrical-coordinate representation of color #6E7846: hue angle of 72º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E7846 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 120 | 70 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.53 |
| HSL | 72º | 0.26% | 0.37% | - |
| HSV(B) | 72º | 0.42% | 0.47% | - |
| XYZ | 14.25 | 17.19 | 8.36 | - |
| YUV | 111.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 70 | 0.08 | 0 | 0.42 | 0.53 | 72 | 0.26 | 0.37 |
| Hex | 6E | 78 | 46 | 8 | 0 | 2A | 35 | 48 | 1A | 25 |
| Octal | 156 | 170 | 106 | 10 | 0 | 52 | 65 | 110 | 32 | 45 |
| Binary | 1101110 | 1111000 | 1000110 | 1000 | 0 | 101010 | 110101 | 1001000 | 11010 | 100101 |
Color Harmonies of #6E7846
Complementary color
Monochromatic Colors of #6E7846
Black with #6E7846
Text Example
Text Example
White with #6E7846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7846; }
p { color: rgb(110,120,70); }
H1.HeaderClassName
{
color: #6E7846;
}
.AnyTagClassName
{
color: #6E7846;
}
</style>
background-color css
<style>
a { background-color: #6E7846; }
a { background-color: rgb(110,120,70); }
div.DivClassName
{
background-color: #6E7846;
}
.BgClassName
{
background-color: #6E7846;
}
</style>
border-color css
<style>
span { border-color: #6E7846; }
span { border-color: rgb(110,120,70); }
td.TdClassName
{
border-color: #6E7846;
}
.TagClassName
{
border-color: #6E7846;
}
</style>