Shades of Siam #6E6F51
Tints of Siam #6E6F51
RGB
CMYK
RGB Variations
Color information
#6E6F51 (or 0x6E6F51) is known color: Siam. HEX triplet: 6E, 6F and 51. RGB value is (110,111,81). Sum of RGB (Red+Green+Blue) = 110+111+81=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6F51 is #9190AE. Grayscale: #6B6B6B. Windows color (decimal): -9539759 or 5336942. OLE color: 5336942.
HSL color Cylindrical-coordinate representation of color #6E6F51: hue angle of 62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E6F51 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 111 | 81 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.56 |
| HSL | 62º | 0.16% | 0.38% | - |
| HSV(B) | 62º | 0.27% | 0.44% | - |
| XYZ | 13.6 | 15.28 | 10.02 | - |
| YUV | 107.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 81 | 0.01 | 0 | 0.27 | 0.56 | 62 | 0.16 | 0.38 |
| Hex | 6E | 6F | 51 | 1 | 0 | 1B | 38 | 3E | 10 | 26 |
| Octal | 156 | 157 | 121 | 1 | 0 | 33 | 70 | 76 | 20 | 46 |
| Binary | 1101110 | 1101111 | 1010001 | 1 | 0 | 11011 | 111000 | 111110 | 10000 | 100110 |
Color Harmonies of #6E6F51
Complementary color
Monochromatic Colors of #6E6F51
Black with #6E6F51
Text Example
Text Example
White with #6E6F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F51; }
p { color: rgb(110,111,81); }
H1.HeaderClassName
{
color: #6E6F51;
}
.AnyTagClassName
{
color: #6E6F51;
}
</style>
background-color css
<style>
a { background-color: #6E6F51; }
a { background-color: rgb(110,111,81); }
div.DivClassName
{
background-color: #6E6F51;
}
.BgClassName
{
background-color: #6E6F51;
}
</style>
border-color css
<style>
span { border-color: #6E6F51; }
span { border-color: rgb(110,111,81); }
td.TdClassName
{
border-color: #6E6F51;
}
.TagClassName
{
border-color: #6E6F51;
}
</style>