Shades of Hemlock #706E46
Tints of Hemlock #706E46
RGB
CMYK
RGB Variations
Color information
#706E46 (or 0x706E46) is known color: Hemlock. HEX triplet: 70, 6E and 46. RGB value is (112,110,70). Sum of RGB (Red+Green+Blue) = 112+110+70=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #706E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E46 is #8F91B9. Grayscale: #6A6A6A. Windows color (decimal): -9408954 or 4615792. OLE color: 4615792.
HSL color Cylindrical-coordinate representation of color #706E46: hue angle of 57.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706E46 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 70 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.56 |
| HSL | 57.14º | 0.23% | 0.36% | - |
| HSV(B) | 57.14º | 0.38% | 0.44% | - |
| XYZ | 13.36 | 15.04 | 7.99 | - |
| YUV | 106.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 70 | 0 | 0.02 | 0.38 | 0.56 | 57.14 | 0.23 | 0.36 |
| Hex | 70 | 6E | 46 | 0 | 2 | 26 | 38 | 39 | 17 | 24 |
| Octal | 160 | 156 | 106 | 0 | 2 | 46 | 70 | 71 | 27 | 44 |
| Binary | 1110000 | 1101110 | 1000110 | 0 | 10 | 100110 | 111000 | 111001 | 10111 | 100100 |
Color Harmonies of #706E46
Complementary color
Monochromatic Colors of #706E46
Black with #706E46
Text Example
Text Example
White with #706E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E46; }
p { color: rgb(112,110,70); }
H1.HeaderClassName
{
color: #706E46;
}
.AnyTagClassName
{
color: #706E46;
}
</style>
background-color css
<style>
a { background-color: #706E46; }
a { background-color: rgb(112,110,70); }
div.DivClassName
{
background-color: #706E46;
}
.BgClassName
{
background-color: #706E46;
}
</style>
border-color css
<style>
span { border-color: #706E46; }
span { border-color: rgb(112,110,70); }
td.TdClassName
{
border-color: #706E46;
}
.TagClassName
{
border-color: #706E46;
}
</style>