Shades of Hemlock #706D4F
Tints of Hemlock #706D4F
RGB
CMYK
RGB Variations
Color information
#706D4F (or 0x706D4F) is known color: Hemlock. HEX triplet: 70, 6D and 4F. RGB value is (112,109,79). Sum of RGB (Red+Green+Blue) = 112+109+79=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #706D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D4F is #8F92B0. Grayscale: #6A6A6A. Windows color (decimal): -9409201 or 5205360. OLE color: 5205360.
HSL color Cylindrical-coordinate representation of color #706D4F: hue angle of 54.55º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #706D4F is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 79 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.56 |
| HSL | 54.55º | 0.17% | 0.37% | - |
| HSV(B) | 54.55º | 0.29% | 0.44% | - |
| XYZ | 13.56 | 14.95 | 9.57 | - |
| YUV | 106.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 79 | 0 | 0.03 | 0.29 | 0.56 | 54.55 | 0.17 | 0.37 |
| Hex | 70 | 6D | 4F | 0 | 3 | 1D | 38 | 37 | 11 | 25 |
| Octal | 160 | 155 | 117 | 0 | 3 | 35 | 70 | 67 | 21 | 45 |
| Binary | 1110000 | 1101101 | 1001111 | 0 | 11 | 11101 | 111000 | 110111 | 10001 | 100101 |
Color Harmonies of #706D4F
Complementary color
Monochromatic Colors of #706D4F
Black with #706D4F
Text Example
Text Example
White with #706D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D4F; }
p { color: rgb(112,109,79); }
H1.HeaderClassName
{
color: #706D4F;
}
.AnyTagClassName
{
color: #706D4F;
}
</style>
background-color css
<style>
a { background-color: #706D4F; }
a { background-color: rgb(112,109,79); }
div.DivClassName
{
background-color: #706D4F;
}
.BgClassName
{
background-color: #706D4F;
}
</style>
border-color css
<style>
span { border-color: #706D4F; }
span { border-color: rgb(112,109,79); }
td.TdClassName
{
border-color: #706D4F;
}
.TagClassName
{
border-color: #706D4F;
}
</style>