Shades of Hemlock #706E40
Tints of Hemlock #706E40
RGB
CMYK
RGB Variations
Color information
#706E40 (or 0x706E40) is known color: Hemlock. HEX triplet: 70, 6E and 40. RGB value is (112,110,64). Sum of RGB (Red+Green+Blue) = 112+110+64=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #706E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E40 is #8F91BF. Grayscale: #696969. Windows color (decimal): -9408960 or 4222576. OLE color: 4222576.
HSL color Cylindrical-coordinate representation of color #706E40: hue angle of 57.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #706E40 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 64 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.56 |
| HSL | 57.5º | 0.27% | 0.35% | - |
| HSV(B) | 57.5º | 0.43% | 0.44% | - |
| XYZ | 13.18 | 14.97 | 7.04 | - |
| YUV | 105.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 64 | 0 | 0.02 | 0.43 | 0.56 | 57.5 | 0.27 | 0.35 |
| Hex | 70 | 6E | 40 | 0 | 2 | 2B | 38 | 3A | 1B | 23 |
| Octal | 160 | 156 | 100 | 0 | 2 | 53 | 70 | 72 | 33 | 43 |
| Binary | 1110000 | 1101110 | 1000000 | 0 | 10 | 101011 | 111000 | 111010 | 11011 | 100011 |
Color Harmonies of #706E40
Complementary color
Monochromatic Colors of #706E40
Black with #706E40
Text Example
Text Example
White with #706E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E40; }
p { color: rgb(112,110,64); }
H1.HeaderClassName
{
color: #706E40;
}
.AnyTagClassName
{
color: #706E40;
}
</style>
background-color css
<style>
a { background-color: #706E40; }
a { background-color: rgb(112,110,64); }
div.DivClassName
{
background-color: #706E40;
}
.BgClassName
{
background-color: #706E40;
}
</style>
border-color css
<style>
span { border-color: #706E40; }
span { border-color: rgb(112,110,64); }
td.TdClassName
{
border-color: #706E40;
}
.TagClassName
{
border-color: #706E40;
}
</style>