Shades of Hemlock #716F49
Tints of Hemlock #716F49
RGB
CMYK
RGB Variations
Color information
#716F49 (or 0x716F49) is known color: Hemlock. HEX triplet: 71, 6F and 49. RGB value is (113,111,73). Sum of RGB (Red+Green+Blue) = 113+111+73=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #716F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F49 is #8E90B6. Grayscale: #6B6B6B. Windows color (decimal): -9343159 or 4812657. OLE color: 4812657.
HSL color Cylindrical-coordinate representation of color #716F49: hue angle of 57º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716F49 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 73 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.56 |
| HSL | 57º | 0.22% | 0.36% | - |
| HSV(B) | 57º | 0.35% | 0.44% | - |
| XYZ | 13.7 | 15.36 | 8.55 | - |
| YUV | 107.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 73 | 0 | 0.02 | 0.35 | 0.56 | 57 | 0.22 | 0.36 |
| Hex | 71 | 6F | 49 | 0 | 2 | 23 | 38 | 39 | 16 | 24 |
| Octal | 161 | 157 | 111 | 0 | 2 | 43 | 70 | 71 | 26 | 44 |
| Binary | 1110001 | 1101111 | 1001001 | 0 | 10 | 100011 | 111000 | 111001 | 10110 | 100100 |
Color Harmonies of #716F49
Complementary color
Monochromatic Colors of #716F49
Black with #716F49
Text Example
Text Example
White with #716F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F49; }
p { color: rgb(113,111,73); }
H1.HeaderClassName
{
color: #716F49;
}
.AnyTagClassName
{
color: #716F49;
}
</style>
background-color css
<style>
a { background-color: #716F49; }
a { background-color: rgb(113,111,73); }
div.DivClassName
{
background-color: #716F49;
}
.BgClassName
{
background-color: #716F49;
}
</style>
border-color css
<style>
span { border-color: #716F49; }
span { border-color: rgb(113,111,73); }
td.TdClassName
{
border-color: #716F49;
}
.TagClassName
{
border-color: #716F49;
}
</style>