Shades of Hemlock #706F4A
Tints of Hemlock #706F4A
RGB
CMYK
RGB Variations
Color information
#706F4A (or 0x706F4A) is known color: Hemlock. HEX triplet: 70, 6F and 4A. RGB value is (112,111,74). Sum of RGB (Red+Green+Blue) = 112+111+74=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F4A is #8F90B5. Grayscale: #6B6B6B. Windows color (decimal): -9408694 or 4878192. OLE color: 4878192.
HSL color Cylindrical-coordinate representation of color #706F4A: hue angle of 58.42º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #706F4A is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 74 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.56 |
| HSL | 58.42º | 0.2% | 0.36% | - |
| HSV(B) | 58.42º | 0.34% | 0.44% | - |
| XYZ | 13.6 | 15.31 | 8.72 | - |
| YUV | 107.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 74 | 0 | 0.01 | 0.34 | 0.56 | 58.42 | 0.2 | 0.36 |
| Hex | 70 | 6F | 4A | 0 | 1 | 22 | 38 | 3A | 14 | 24 |
| Octal | 160 | 157 | 112 | 0 | 1 | 42 | 70 | 72 | 24 | 44 |
| Binary | 1110000 | 1101111 | 1001010 | 0 | 1 | 100010 | 111000 | 111010 | 10100 | 100100 |
Color Harmonies of #706F4A
Complementary color
Monochromatic Colors of #706F4A
Black with #706F4A
Text Example
Text Example
White with #706F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F4A; }
p { color: rgb(112,111,74); }
H1.HeaderClassName
{
color: #706F4A;
}
.AnyTagClassName
{
color: #706F4A;
}
</style>
background-color css
<style>
a { background-color: #706F4A; }
a { background-color: rgb(112,111,74); }
div.DivClassName
{
background-color: #706F4A;
}
.BgClassName
{
background-color: #706F4A;
}
</style>
border-color css
<style>
span { border-color: #706F4A; }
span { border-color: rgb(112,111,74); }
td.TdClassName
{
border-color: #706F4A;
}
.TagClassName
{
border-color: #706F4A;
}
</style>