Shades of Hemlock #6F6E47
Tints of Hemlock #6F6E47
RGB
CMYK
RGB Variations
Color information
#6F6E47 (or 0x6F6E47) is known color: Hemlock. HEX triplet: 6F, 6E and 47. RGB value is (111,110,71). Sum of RGB (Red+Green+Blue) = 111+110+71=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6E47 is #9091B8. Grayscale: #6A6A6A. Windows color (decimal): -9474489 or 4681327. OLE color: 4681327.
HSL color Cylindrical-coordinate representation of color #6F6E47: hue angle of 58.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F6E47 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 71 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.56 |
| HSL | 58.5º | 0.22% | 0.36% | - |
| HSV(B) | 58.5º | 0.36% | 0.44% | - |
| XYZ | 13.27 | 14.99 | 8.15 | - |
| YUV | 105.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 71 | 0 | 0.01 | 0.36 | 0.56 | 58.5 | 0.22 | 0.36 |
| Hex | 6F | 6E | 47 | 0 | 1 | 24 | 38 | 3A | 16 | 24 |
| Octal | 157 | 156 | 107 | 0 | 1 | 44 | 70 | 72 | 26 | 44 |
| Binary | 1101111 | 1101110 | 1000111 | 0 | 1 | 100100 | 111000 | 111010 | 10110 | 100100 |
Color Harmonies of #6F6E47
Complementary color
Monochromatic Colors of #6F6E47
Black with #6F6E47
Text Example
Text Example
White with #6F6E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E47; }
p { color: rgb(111,110,71); }
H1.HeaderClassName
{
color: #6F6E47;
}
.AnyTagClassName
{
color: #6F6E47;
}
</style>
background-color css
<style>
a { background-color: #6F6E47; }
a { background-color: rgb(111,110,71); }
div.DivClassName
{
background-color: #6F6E47;
}
.BgClassName
{
background-color: #6F6E47;
}
</style>
border-color css
<style>
span { border-color: #6F6E47; }
span { border-color: rgb(111,110,71); }
td.TdClassName
{
border-color: #6F6E47;
}
.TagClassName
{
border-color: #6F6E47;
}
</style>