Shades of Hemlock #706F53
Tints of Hemlock #706F53
RGB
CMYK
RGB Variations
Color information
#706F53 (or 0x706F53) is known color: Hemlock. HEX triplet: 70, 6F and 53. RGB value is (112,111,83). Sum of RGB (Red+Green+Blue) = 112+111+83=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #706F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F53 is #8F90AC. Grayscale: #6C6C6C. Windows color (decimal): -9408685 or 5468016. OLE color: 5468016.
HSL color Cylindrical-coordinate representation of color #706F53: hue angle of 57.93º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706F53 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 83 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.56 |
| HSL | 57.93º | 0.15% | 0.38% | - |
| HSV(B) | 57.93º | 0.26% | 0.44% | - |
| XYZ | 13.93 | 15.44 | 10.43 | - |
| YUV | 108.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 83 | 0 | 0.01 | 0.26 | 0.56 | 57.93 | 0.15 | 0.38 |
| Hex | 70 | 6F | 53 | 0 | 1 | 1A | 38 | 3A | F | 26 |
| Octal | 160 | 157 | 123 | 0 | 1 | 32 | 70 | 72 | 17 | 46 |
| Binary | 1110000 | 1101111 | 1010011 | 0 | 1 | 11010 | 111000 | 111010 | 1111 | 100110 |
Color Harmonies of #706F53
Complementary color
Monochromatic Colors of #706F53
Black with #706F53
Text Example
Text Example
White with #706F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F53; }
p { color: rgb(112,111,83); }
H1.HeaderClassName
{
color: #706F53;
}
.AnyTagClassName
{
color: #706F53;
}
</style>
background-color css
<style>
a { background-color: #706F53; }
a { background-color: rgb(112,111,83); }
div.DivClassName
{
background-color: #706F53;
}
.BgClassName
{
background-color: #706F53;
}
</style>
border-color css
<style>
span { border-color: #706F53; }
span { border-color: rgb(112,111,83); }
td.TdClassName
{
border-color: #706F53;
}
.TagClassName
{
border-color: #706F53;
}
</style>