Shades of Hemlock #706A3D
Tints of Hemlock #706A3D
RGB
CMYK
RGB Variations
Color information
#706A3D (or 0x706A3D) is known color: Hemlock. HEX triplet: 70, 6A and 3D. RGB value is (112,106,61). Sum of RGB (Red+Green+Blue) = 112+106+61=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A3D is #8F95C2. Grayscale: #666666. Windows color (decimal): -9409987 or 4024944. OLE color: 4024944.
HSL color Cylindrical-coordinate representation of color #706A3D: hue angle of 52.94º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #706A3D is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 61 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.56 |
| HSL | 52.94º | 0.29% | 0.34% | - |
| HSV(B) | 52.94º | 0.46% | 0.44% | - |
| XYZ | 12.68 | 14.09 | 6.47 | - |
| YUV | 102.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 61 | 0 | 0.05 | 0.46 | 0.56 | 52.94 | 0.29 | 0.34 |
| Hex | 70 | 6A | 3D | 0 | 5 | 2E | 38 | 35 | 1D | 22 |
| Octal | 160 | 152 | 75 | 0 | 5 | 56 | 70 | 65 | 35 | 42 |
| Binary | 1110000 | 1101010 | 111101 | 0 | 101 | 101110 | 111000 | 110101 | 11101 | 100010 |
Color Harmonies of #706A3D
Complementary color
Monochromatic Colors of #706A3D
Black with #706A3D
Text Example
Text Example
White with #706A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A3D; }
p { color: rgb(112,106,61); }
H1.HeaderClassName
{
color: #706A3D;
}
.AnyTagClassName
{
color: #706A3D;
}
</style>
background-color css
<style>
a { background-color: #706A3D; }
a { background-color: rgb(112,106,61); }
div.DivClassName
{
background-color: #706A3D;
}
.BgClassName
{
background-color: #706A3D;
}
</style>
border-color css
<style>
span { border-color: #706A3D; }
span { border-color: rgb(112,106,61); }
td.TdClassName
{
border-color: #706A3D;
}
.TagClassName
{
border-color: #706A3D;
}
</style>