Shades of Hemlock #706C48
Tints of Hemlock #706C48
RGB
CMYK
RGB Variations
Color information
#706C48 (or 0x706C48) is known color: Hemlock. HEX triplet: 70, 6C and 48. RGB value is (112,108,72). Sum of RGB (Red+Green+Blue) = 112+108+72=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #706C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C48 is #8F93B7. Grayscale: #696969. Windows color (decimal): -9409464 or 4746352. OLE color: 4746352.
HSL color Cylindrical-coordinate representation of color #706C48: hue angle of 54º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #706C48 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 72 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.56 |
| HSL | 54º | 0.22% | 0.36% | - |
| HSV(B) | 54º | 0.36% | 0.44% | - |
| XYZ | 13.21 | 14.64 | 8.26 | - |
| YUV | 105.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 72 | 0 | 0.04 | 0.36 | 0.56 | 54 | 0.22 | 0.36 |
| Hex | 70 | 6C | 48 | 0 | 4 | 24 | 38 | 36 | 16 | 24 |
| Octal | 160 | 154 | 110 | 0 | 4 | 44 | 70 | 66 | 26 | 44 |
| Binary | 1110000 | 1101100 | 1001000 | 0 | 100 | 100100 | 111000 | 110110 | 10110 | 100100 |
Color Harmonies of #706C48
Complementary color
Monochromatic Colors of #706C48
Black with #706C48
Text Example
Text Example
White with #706C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C48; }
p { color: rgb(112,108,72); }
H1.HeaderClassName
{
color: #706C48;
}
.AnyTagClassName
{
color: #706C48;
}
</style>
background-color css
<style>
a { background-color: #706C48; }
a { background-color: rgb(112,108,72); }
div.DivClassName
{
background-color: #706C48;
}
.BgClassName
{
background-color: #706C48;
}
</style>
border-color css
<style>
span { border-color: #706C48; }
span { border-color: rgb(112,108,72); }
td.TdClassName
{
border-color: #706C48;
}
.TagClassName
{
border-color: #706C48;
}
</style>