Shades of Hemlock #706E55
Tints of Hemlock #706E55
RGB
CMYK
RGB Variations
Color information
#706E55 (or 0x706E55) is known color: Hemlock. HEX triplet: 70, 6E and 55. RGB value is (112,110,85). Sum of RGB (Red+Green+Blue) = 112+110+85=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #706E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E55 is #8F91AA. Grayscale: #6B6B6B. Windows color (decimal): -9408939 or 5598832. OLE color: 5598832.
HSL color Cylindrical-coordinate representation of color #706E55: hue angle of 55.56º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #706E55 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 85 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.56 |
| HSL | 55.56º | 0.14% | 0.39% | - |
| HSV(B) | 55.56º | 0.24% | 0.44% | - |
| XYZ | 13.9 | 15.25 | 10.81 | - |
| YUV | 107.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 85 | 0 | 0.02 | 0.24 | 0.56 | 55.56 | 0.14 | 0.39 |
| Hex | 70 | 6E | 55 | 0 | 2 | 18 | 38 | 38 | E | 27 |
| Octal | 160 | 156 | 125 | 0 | 2 | 30 | 70 | 70 | 16 | 47 |
| Binary | 1110000 | 1101110 | 1010101 | 0 | 10 | 11000 | 111000 | 111000 | 1110 | 100111 |
Color Harmonies of #706E55
Complementary color
Monochromatic Colors of #706E55
Black with #706E55
Text Example
Text Example
White with #706E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E55; }
p { color: rgb(112,110,85); }
H1.HeaderClassName
{
color: #706E55;
}
.AnyTagClassName
{
color: #706E55;
}
</style>
background-color css
<style>
a { background-color: #706E55; }
a { background-color: rgb(112,110,85); }
div.DivClassName
{
background-color: #706E55;
}
.BgClassName
{
background-color: #706E55;
}
</style>
border-color css
<style>
span { border-color: #706E55; }
span { border-color: rgb(112,110,85); }
td.TdClassName
{
border-color: #706E55;
}
.TagClassName
{
border-color: #706E55;
}
</style>