Shades of Hemlock #706C46
Tints of Hemlock #706C46
RGB
CMYK
RGB Variations
Color information
#706C46 (or 0x706C46) is known color: Hemlock. HEX triplet: 70, 6C and 46. RGB value is (112,108,70). Sum of RGB (Red+Green+Blue) = 112+108+70=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #706C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C46 is #8F93B9. Grayscale: #696969. Windows color (decimal): -9409466 or 4615280. OLE color: 4615280.
HSL color Cylindrical-coordinate representation of color #706C46: hue angle of 54.29º 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 #706C46 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 70 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.56 |
| HSL | 54.29º | 0.23% | 0.36% | - |
| HSV(B) | 54.29º | 0.38% | 0.44% | - |
| XYZ | 13.15 | 14.61 | 7.92 | - |
| YUV | 104.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 70 | 0 | 0.04 | 0.38 | 0.56 | 54.29 | 0.23 | 0.36 |
| Hex | 70 | 6C | 46 | 0 | 4 | 26 | 38 | 36 | 17 | 24 |
| Octal | 160 | 154 | 106 | 0 | 4 | 46 | 70 | 66 | 27 | 44 |
| Binary | 1110000 | 1101100 | 1000110 | 0 | 100 | 100110 | 111000 | 110110 | 10111 | 100100 |
Color Harmonies of #706C46
Complementary color
Monochromatic Colors of #706C46
Black with #706C46
Text Example
Text Example
White with #706C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C46; }
p { color: rgb(112,108,70); }
H1.HeaderClassName
{
color: #706C46;
}
.AnyTagClassName
{
color: #706C46;
}
</style>
background-color css
<style>
a { background-color: #706C46; }
a { background-color: rgb(112,108,70); }
div.DivClassName
{
background-color: #706C46;
}
.BgClassName
{
background-color: #706C46;
}
</style>
border-color css
<style>
span { border-color: #706C46; }
span { border-color: rgb(112,108,70); }
td.TdClassName
{
border-color: #706C46;
}
.TagClassName
{
border-color: #706C46;
}
</style>