Shades of Hemlock #706B46
Tints of Hemlock #706B46
RGB
CMYK
RGB Variations
Color information
#706B46 (or 0x706B46) is known color: Hemlock. HEX triplet: 70, 6B and 46. RGB value is (112,107,70). Sum of RGB (Red+Green+Blue) = 112+107+70=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #706B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B46 is #8F94B9. Grayscale: #686868. Windows color (decimal): -9409722 or 4615024. OLE color: 4615024.
HSL color Cylindrical-coordinate representation of color #706B46: hue angle of 52.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706B46 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 70 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.56 |
| HSL | 52.86º | 0.23% | 0.36% | - |
| HSV(B) | 52.86º | 0.38% | 0.44% | - |
| XYZ | 13.05 | 14.4 | 7.89 | - |
| YUV | 104.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 70 | 0 | 0.04 | 0.38 | 0.56 | 52.86 | 0.23 | 0.36 |
| Hex | 70 | 6B | 46 | 0 | 4 | 26 | 38 | 35 | 17 | 24 |
| Octal | 160 | 153 | 106 | 0 | 4 | 46 | 70 | 65 | 27 | 44 |
| Binary | 1110000 | 1101011 | 1000110 | 0 | 100 | 100110 | 111000 | 110101 | 10111 | 100100 |
Color Harmonies of #706B46
Complementary color
Monochromatic Colors of #706B46
Black with #706B46
Text Example
Text Example
White with #706B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B46; }
p { color: rgb(112,107,70); }
H1.HeaderClassName
{
color: #706B46;
}
.AnyTagClassName
{
color: #706B46;
}
</style>
background-color css
<style>
a { background-color: #706B46; }
a { background-color: rgb(112,107,70); }
div.DivClassName
{
background-color: #706B46;
}
.BgClassName
{
background-color: #706B46;
}
</style>
border-color css
<style>
span { border-color: #706B46; }
span { border-color: rgb(112,107,70); }
td.TdClassName
{
border-color: #706B46;
}
.TagClassName
{
border-color: #706B46;
}
</style>