Shades of Hemlock #706D3F
Tints of Hemlock #706D3F
RGB
CMYK
RGB Variations
Color information
#706D3F (or 0x706D3F) is known color: Hemlock. HEX triplet: 70, 6D and 3F. RGB value is (112,109,63). Sum of RGB (Red+Green+Blue) = 112+109+63=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #706D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D3F is #8F92C0. Grayscale: #686868. Windows color (decimal): -9409217 or 4156784. OLE color: 4156784.
HSL color Cylindrical-coordinate representation of color #706D3F: hue angle of 56.33º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #706D3F is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 63 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.56 |
| HSL | 56.33º | 0.28% | 0.34% | - |
| HSV(B) | 56.33º | 0.44% | 0.44% | - |
| XYZ | 13.05 | 14.74 | 6.86 | - |
| YUV | 104.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 63 | 0 | 0.03 | 0.44 | 0.56 | 56.33 | 0.28 | 0.34 |
| Hex | 70 | 6D | 3F | 0 | 3 | 2C | 38 | 38 | 1C | 22 |
| Octal | 160 | 155 | 77 | 0 | 3 | 54 | 70 | 70 | 34 | 42 |
| Binary | 1110000 | 1101101 | 111111 | 0 | 11 | 101100 | 111000 | 111000 | 11100 | 100010 |
Color Harmonies of #706D3F
Complementary color
Monochromatic Colors of #706D3F
Black with #706D3F
Text Example
Text Example
White with #706D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D3F; }
p { color: rgb(112,109,63); }
H1.HeaderClassName
{
color: #706D3F;
}
.AnyTagClassName
{
color: #706D3F;
}
</style>
background-color css
<style>
a { background-color: #706D3F; }
a { background-color: rgb(112,109,63); }
div.DivClassName
{
background-color: #706D3F;
}
.BgClassName
{
background-color: #706D3F;
}
</style>
border-color css
<style>
span { border-color: #706D3F; }
span { border-color: rgb(112,109,63); }
td.TdClassName
{
border-color: #706D3F;
}
.TagClassName
{
border-color: #706D3F;
}
</style>