Shades of Hemlock #706A44
Tints of Hemlock #706A44
RGB
CMYK
RGB Variations
Color information
#706A44 (or 0x706A44) is known color: Hemlock. HEX triplet: 70, 6A and 44. RGB value is (112,106,68). Sum of RGB (Red+Green+Blue) = 112+106+68=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #706A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A44 is #8F95BB. Grayscale: #676767. Windows color (decimal): -9409980 or 4483696. OLE color: 4483696.
HSL color Cylindrical-coordinate representation of color #706A44: hue angle of 51.82º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706A44 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 68 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.56 |
| HSL | 51.82º | 0.24% | 0.35% | - |
| HSV(B) | 51.82º | 0.39% | 0.44% | - |
| XYZ | 12.88 | 14.17 | 7.53 | - |
| YUV | 103.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 68 | 0 | 0.05 | 0.39 | 0.56 | 51.82 | 0.24 | 0.35 |
| Hex | 70 | 6A | 44 | 0 | 5 | 27 | 38 | 34 | 18 | 23 |
| Octal | 160 | 152 | 104 | 0 | 5 | 47 | 70 | 64 | 30 | 43 |
| Binary | 1110000 | 1101010 | 1000100 | 0 | 101 | 100111 | 111000 | 110100 | 11000 | 100011 |
Color Harmonies of #706A44
Complementary color
Monochromatic Colors of #706A44
Black with #706A44
Text Example
Text Example
White with #706A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A44; }
p { color: rgb(112,106,68); }
H1.HeaderClassName
{
color: #706A44;
}
.AnyTagClassName
{
color: #706A44;
}
</style>
background-color css
<style>
a { background-color: #706A44; }
a { background-color: rgb(112,106,68); }
div.DivClassName
{
background-color: #706A44;
}
.BgClassName
{
background-color: #706A44;
}
</style>
border-color css
<style>
span { border-color: #706A44; }
span { border-color: rgb(112,106,68); }
td.TdClassName
{
border-color: #706A44;
}
.TagClassName
{
border-color: #706A44;
}
</style>