Shades of Siam #6E704E
Tints of Siam #6E704E
RGB
CMYK
RGB Variations
Color information
#6E704E (or 0x6E704E) is known color: Siam. HEX triplet: 6E, 70 and 4E. RGB value is (110,112,78). Sum of RGB (Red+Green+Blue) = 110+112+78=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #6E704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E704E is #918FB1. Grayscale: #6B6B6B. Windows color (decimal): -9539506 or 5140590. OLE color: 5140590.
HSL color Cylindrical-coordinate representation of color #6E704E: hue angle of 63.53º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E704E is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 78 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.56 |
| HSL | 63.53º | 0.18% | 0.37% | - |
| HSV(B) | 63.53º | 0.3% | 0.44% | - |
| XYZ | 13.6 | 15.45 | 9.47 | - |
| YUV | 107.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 78 | 0.02 | 0 | 0.30 | 0.56 | 63.53 | 0.18 | 0.37 |
| Hex | 6E | 70 | 4E | 2 | 0 | 1E | 38 | 40 | 12 | 25 |
| Octal | 156 | 160 | 116 | 2 | 0 | 36 | 70 | 100 | 22 | 45 |
| Binary | 1101110 | 1110000 | 1001110 | 10 | 0 | 11110 | 111000 | 1000000 | 10010 | 100101 |
Color Harmonies of #6E704E
Complementary color
Monochromatic Colors of #6E704E
Black with #6E704E
Text Example
Text Example
White with #6E704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E704E; }
p { color: rgb(110,112,78); }
H1.HeaderClassName
{
color: #6E704E;
}
.AnyTagClassName
{
color: #6E704E;
}
</style>
background-color css
<style>
a { background-color: #6E704E; }
a { background-color: rgb(110,112,78); }
div.DivClassName
{
background-color: #6E704E;
}
.BgClassName
{
background-color: #6E704E;
}
</style>
border-color css
<style>
span { border-color: #6E704E; }
span { border-color: rgb(110,112,78); }
td.TdClassName
{
border-color: #6E704E;
}
.TagClassName
{
border-color: #6E704E;
}
</style>