Shades of Siam #6E7051
Tints of Siam #6E7051
RGB
CMYK
RGB Variations
Color information
#6E7051 (or 0x6E7051) is known color: Siam. HEX triplet: 6E, 70 and 51. RGB value is (110,112,81). Sum of RGB (Red+Green+Blue) = 110+112+81=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7051 is #918FAE. Grayscale: #6B6B6B. Windows color (decimal): -9539503 or 5337198. OLE color: 5337198.
HSL color Cylindrical-coordinate representation of color #6E7051: hue angle of 63.87º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E7051 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 81 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.56 |
| HSL | 63.87º | 0.16% | 0.38% | - |
| HSV(B) | 63.87º | 0.28% | 0.44% | - |
| XYZ | 13.71 | 15.5 | 10.05 | - |
| YUV | 107.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 81 | 0.02 | 0 | 0.28 | 0.56 | 63.87 | 0.16 | 0.38 |
| Hex | 6E | 70 | 51 | 2 | 0 | 1C | 38 | 40 | 10 | 26 |
| Octal | 156 | 160 | 121 | 2 | 0 | 34 | 70 | 100 | 20 | 46 |
| Binary | 1101110 | 1110000 | 1010001 | 10 | 0 | 11100 | 111000 | 1000000 | 10000 | 100110 |
Color Harmonies of #6E7051
Complementary color
Monochromatic Colors of #6E7051
Black with #6E7051
Text Example
Text Example
White with #6E7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7051; }
p { color: rgb(110,112,81); }
H1.HeaderClassName
{
color: #6E7051;
}
.AnyTagClassName
{
color: #6E7051;
}
</style>
background-color css
<style>
a { background-color: #6E7051; }
a { background-color: rgb(110,112,81); }
div.DivClassName
{
background-color: #6E7051;
}
.BgClassName
{
background-color: #6E7051;
}
</style>
border-color css
<style>
span { border-color: #6E7051; }
span { border-color: rgb(110,112,81); }
td.TdClassName
{
border-color: #6E7051;
}
.TagClassName
{
border-color: #6E7051;
}
</style>