Shades of Hemlock #706F3D
Tints of Hemlock #706F3D
RGB
CMYK
RGB Variations
Color information
#706F3D (or 0x706F3D) is known color: Hemlock. HEX triplet: 70, 6F and 3D. RGB value is (112,111,61). Sum of RGB (Red+Green+Blue) = 112+111+61=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #706F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F3D is #8F90C2. Grayscale: #696969. Windows color (decimal): -9408707 or 4026224. OLE color: 4026224.
HSL color Cylindrical-coordinate representation of color #706F3D: hue angle of 58.82º 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 #706F3D is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 61 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.56 |
| HSL | 58.82º | 0.29% | 0.34% | - |
| HSV(B) | 58.82º | 0.46% | 0.44% | - |
| XYZ | 13.21 | 15.15 | 6.64 | - |
| YUV | 105.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 61 | 0 | 0.01 | 0.46 | 0.56 | 58.82 | 0.29 | 0.34 |
| Hex | 70 | 6F | 3D | 0 | 1 | 2E | 38 | 3B | 1D | 22 |
| Octal | 160 | 157 | 75 | 0 | 1 | 56 | 70 | 73 | 35 | 42 |
| Binary | 1110000 | 1101111 | 111101 | 0 | 1 | 101110 | 111000 | 111011 | 11101 | 100010 |
Color Harmonies of #706F3D
Complementary color
Monochromatic Colors of #706F3D
Black with #706F3D
Text Example
Text Example
White with #706F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F3D; }
p { color: rgb(112,111,61); }
H1.HeaderClassName
{
color: #706F3D;
}
.AnyTagClassName
{
color: #706F3D;
}
</style>
background-color css
<style>
a { background-color: #706F3D; }
a { background-color: rgb(112,111,61); }
div.DivClassName
{
background-color: #706F3D;
}
.BgClassName
{
background-color: #706F3D;
}
</style>
border-color css
<style>
span { border-color: #706F3D; }
span { border-color: rgb(112,111,61); }
td.TdClassName
{
border-color: #706F3D;
}
.TagClassName
{
border-color: #706F3D;
}
</style>