Shades of Hemlock #6F6E50
Tints of Hemlock #6F6E50
RGB
CMYK
RGB Variations
Color information
#6F6E50 (or 0x6F6E50) is known color: Hemlock. HEX triplet: 6F, 6E and 50. RGB value is (111,110,80). Sum of RGB (Red+Green+Blue) = 111+110+80=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6E50 is #9091AF. Grayscale: #6A6A6A. Windows color (decimal): -9474480 or 5271151. OLE color: 5271151.
HSL color Cylindrical-coordinate representation of color #6F6E50: hue angle of 58.06º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F6E50 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 80 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.56 |
| HSL | 58.06º | 0.16% | 0.37% | - |
| HSV(B) | 58.06º | 0.28% | 0.44% | - |
| XYZ | 13.58 | 15.11 | 9.79 | - |
| YUV | 106.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 80 | 0 | 0.01 | 0.28 | 0.56 | 58.06 | 0.16 | 0.37 |
| Hex | 6F | 6E | 50 | 0 | 1 | 1C | 38 | 3A | 10 | 25 |
| Octal | 157 | 156 | 120 | 0 | 1 | 34 | 70 | 72 | 20 | 45 |
| Binary | 1101111 | 1101110 | 1010000 | 0 | 1 | 11100 | 111000 | 111010 | 10000 | 100101 |
Color Harmonies of #6F6E50
Complementary color
Monochromatic Colors of #6F6E50
Black with #6F6E50
Text Example
Text Example
White with #6F6E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E50; }
p { color: rgb(111,110,80); }
H1.HeaderClassName
{
color: #6F6E50;
}
.AnyTagClassName
{
color: #6F6E50;
}
</style>
background-color css
<style>
a { background-color: #6F6E50; }
a { background-color: rgb(111,110,80); }
div.DivClassName
{
background-color: #6F6E50;
}
.BgClassName
{
background-color: #6F6E50;
}
</style>
border-color css
<style>
span { border-color: #6F6E50; }
span { border-color: rgb(111,110,80); }
td.TdClassName
{
border-color: #6F6E50;
}
.TagClassName
{
border-color: #6F6E50;
}
</style>