Shades of Hemlock #716E49
Tints of Hemlock #716E49
RGB
CMYK
RGB Variations
Color information
#716E49 (or 0x716E49) is known color: Hemlock. HEX triplet: 71, 6E and 49. RGB value is (113,110,73). Sum of RGB (Red+Green+Blue) = 113+110+73=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #716E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E49 is #8E91B6. Grayscale: #6A6A6A. Windows color (decimal): -9343415 or 4812401. OLE color: 4812401.
HSL color Cylindrical-coordinate representation of color #716E49: hue angle of 55.5º 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 #716E49 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 73 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.56 |
| HSL | 55.5º | 0.22% | 0.36% | - |
| HSV(B) | 55.5º | 0.35% | 0.44% | - |
| XYZ | 13.59 | 15.14 | 8.51 | - |
| YUV | 106.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 73 | 0 | 0.03 | 0.35 | 0.56 | 55.5 | 0.22 | 0.36 |
| Hex | 71 | 6E | 49 | 0 | 3 | 23 | 38 | 38 | 16 | 24 |
| Octal | 161 | 156 | 111 | 0 | 3 | 43 | 70 | 70 | 26 | 44 |
| Binary | 1110001 | 1101110 | 1001001 | 0 | 11 | 100011 | 111000 | 111000 | 10110 | 100100 |
Color Harmonies of #716E49
Complementary color
Monochromatic Colors of #716E49
Black with #716E49
Text Example
Text Example
White with #716E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E49; }
p { color: rgb(113,110,73); }
H1.HeaderClassName
{
color: #716E49;
}
.AnyTagClassName
{
color: #716E49;
}
</style>
background-color css
<style>
a { background-color: #716E49; }
a { background-color: rgb(113,110,73); }
div.DivClassName
{
background-color: #716E49;
}
.BgClassName
{
background-color: #716E49;
}
</style>
border-color css
<style>
span { border-color: #716E49; }
span { border-color: rgb(113,110,73); }
td.TdClassName
{
border-color: #716E49;
}
.TagClassName
{
border-color: #716E49;
}
</style>