Shades of Hemlock #706A40
Tints of Hemlock #706A40
RGB
CMYK
RGB Variations
Color information
#706A40 (or 0x706A40) is known color: Hemlock. HEX triplet: 70, 6A and 40. RGB value is (112,106,64). Sum of RGB (Red+Green+Blue) = 112+106+64=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #706A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A40 is #8F95BF. Grayscale: #676767. Windows color (decimal): -9409984 or 4221552. OLE color: 4221552.
HSL color Cylindrical-coordinate representation of color #706A40: hue angle of 52.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 #706A40 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 64 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.56 |
| HSL | 52.5º | 0.27% | 0.35% | - |
| HSV(B) | 52.5º | 0.43% | 0.44% | - |
| XYZ | 12.76 | 14.12 | 6.9 | - |
| YUV | 103.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 64 | 0 | 0.05 | 0.43 | 0.56 | 52.5 | 0.27 | 0.35 |
| Hex | 70 | 6A | 40 | 0 | 5 | 2B | 38 | 34 | 1B | 23 |
| Octal | 160 | 152 | 100 | 0 | 5 | 53 | 70 | 64 | 33 | 43 |
| Binary | 1110000 | 1101010 | 1000000 | 0 | 101 | 101011 | 111000 | 110100 | 11011 | 100011 |
Color Harmonies of #706A40
Complementary color
Monochromatic Colors of #706A40
Black with #706A40
Text Example
Text Example
White with #706A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A40; }
p { color: rgb(112,106,64); }
H1.HeaderClassName
{
color: #706A40;
}
.AnyTagClassName
{
color: #706A40;
}
</style>
background-color css
<style>
a { background-color: #706A40; }
a { background-color: rgb(112,106,64); }
div.DivClassName
{
background-color: #706A40;
}
.BgClassName
{
background-color: #706A40;
}
</style>
border-color css
<style>
span { border-color: #706A40; }
span { border-color: rgb(112,106,64); }
td.TdClassName
{
border-color: #706A40;
}
.TagClassName
{
border-color: #706A40;
}
</style>