Shades of Hemlock #6F6E56
Tints of Hemlock #6F6E56
RGB
CMYK
RGB Variations
Color information
#6F6E56 (or 0x6F6E56) is known color: Hemlock. HEX triplet: 6F, 6E and 56. RGB value is (111,110,86). Sum of RGB (Red+Green+Blue) = 111+110+86=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6E56 is #9091A9. Grayscale: #6B6B6B. Windows color (decimal): -9474474 or 5664367. OLE color: 5664367.
HSL color Cylindrical-coordinate representation of color #6F6E56: hue angle of 57.6º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6E56 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 86 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.56 |
| HSL | 57.6º | 0.13% | 0.39% | - |
| HSV(B) | 57.6º | 0.23% | 0.44% | - |
| XYZ | 13.81 | 15.2 | 11.01 | - |
| YUV | 107.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 86 | 0 | 0.01 | 0.23 | 0.56 | 57.6 | 0.13 | 0.39 |
| Hex | 6F | 6E | 56 | 0 | 1 | 17 | 38 | 3A | D | 27 |
| Octal | 157 | 156 | 126 | 0 | 1 | 27 | 70 | 72 | 15 | 47 |
| Binary | 1101111 | 1101110 | 1010110 | 0 | 1 | 10111 | 111000 | 111010 | 1101 | 100111 |
Color Harmonies of #6F6E56
Complementary color
Monochromatic Colors of #6F6E56
Black with #6F6E56
Text Example
Text Example
White with #6F6E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E56; }
p { color: rgb(111,110,86); }
H1.HeaderClassName
{
color: #6F6E56;
}
.AnyTagClassName
{
color: #6F6E56;
}
</style>
background-color css
<style>
a { background-color: #6F6E56; }
a { background-color: rgb(111,110,86); }
div.DivClassName
{
background-color: #6F6E56;
}
.BgClassName
{
background-color: #6F6E56;
}
</style>
border-color css
<style>
span { border-color: #6F6E56; }
span { border-color: rgb(111,110,86); }
td.TdClassName
{
border-color: #6F6E56;
}
.TagClassName
{
border-color: #6F6E56;
}
</style>