Shades of Hemlock #706D3C
Tints of Hemlock #706D3C
RGB
CMYK
RGB Variations
Color information
#706D3C (or 0x706D3C) is known color: Hemlock. HEX triplet: 70, 6D and 3C. RGB value is (112,109,60). Sum of RGB (Red+Green+Blue) = 112+109+60=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D3C is #8F92C3. Grayscale: #686868. Windows color (decimal): -9409220 or 3960176. OLE color: 3960176.
HSL color Cylindrical-coordinate representation of color #706D3C: hue angle of 56.54º degrees, saturation: 0.3, 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 #706D3C is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 60 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.56 |
| HSL | 56.54º | 0.3% | 0.34% | - |
| HSV(B) | 56.54º | 0.46% | 0.44% | - |
| XYZ | 12.97 | 14.71 | 6.43 | - |
| YUV | 104.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 60 | 0 | 0.03 | 0.46 | 0.56 | 56.54 | 0.3 | 0.34 |
| Hex | 70 | 6D | 3C | 0 | 3 | 2E | 38 | 39 | 1E | 22 |
| Octal | 160 | 155 | 74 | 0 | 3 | 56 | 70 | 71 | 36 | 42 |
| Binary | 1110000 | 1101101 | 111100 | 0 | 11 | 101110 | 111000 | 111001 | 11110 | 100010 |
Color Harmonies of #706D3C
Complementary color
Monochromatic Colors of #706D3C
Black with #706D3C
Text Example
Text Example
White with #706D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D3C; }
p { color: rgb(112,109,60); }
H1.HeaderClassName
{
color: #706D3C;
}
.AnyTagClassName
{
color: #706D3C;
}
</style>
background-color css
<style>
a { background-color: #706D3C; }
a { background-color: rgb(112,109,60); }
div.DivClassName
{
background-color: #706D3C;
}
.BgClassName
{
background-color: #706D3C;
}
</style>
border-color css
<style>
span { border-color: #706D3C; }
span { border-color: rgb(112,109,60); }
td.TdClassName
{
border-color: #706D3C;
}
.TagClassName
{
border-color: #706D3C;
}
</style>