Shades of Hemlock #706E4A
Tints of Hemlock #706E4A
RGB
CMYK
RGB Variations
Color information
#706E4A (or 0x706E4A) is known color: Hemlock. HEX triplet: 70, 6E and 4A. RGB value is (112,110,74). Sum of RGB (Red+Green+Blue) = 112+110+74=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #706E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E4A is #8F91B5. Grayscale: #6A6A6A. Windows color (decimal): -9408950 or 4877936. OLE color: 4877936.
HSL color Cylindrical-coordinate representation of color #706E4A: hue angle of 56.84º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #706E4A is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 74 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.56 |
| HSL | 56.84º | 0.2% | 0.36% | - |
| HSV(B) | 56.84º | 0.34% | 0.44% | - |
| XYZ | 13.49 | 15.09 | 8.68 | - |
| YUV | 106.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 74 | 0 | 0.02 | 0.34 | 0.56 | 56.84 | 0.2 | 0.36 |
| Hex | 70 | 6E | 4A | 0 | 2 | 22 | 38 | 39 | 14 | 24 |
| Octal | 160 | 156 | 112 | 0 | 2 | 42 | 70 | 71 | 24 | 44 |
| Binary | 1110000 | 1101110 | 1001010 | 0 | 10 | 100010 | 111000 | 111001 | 10100 | 100100 |
Color Harmonies of #706E4A
Complementary color
Monochromatic Colors of #706E4A
Black with #706E4A
Text Example
Text Example
White with #706E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E4A; }
p { color: rgb(112,110,74); }
H1.HeaderClassName
{
color: #706E4A;
}
.AnyTagClassName
{
color: #706E4A;
}
</style>
background-color css
<style>
a { background-color: #706E4A; }
a { background-color: rgb(112,110,74); }
div.DivClassName
{
background-color: #706E4A;
}
.BgClassName
{
background-color: #706E4A;
}
</style>
border-color css
<style>
span { border-color: #706E4A; }
span { border-color: rgb(112,110,74); }
td.TdClassName
{
border-color: #706E4A;
}
.TagClassName
{
border-color: #706E4A;
}
</style>