Shades of Hemlock #716E48
Tints of Hemlock #716E48
RGB
CMYK
RGB Variations
Color information
#716E48 (or 0x716E48) is known color: Hemlock. HEX triplet: 71, 6E and 48. RGB value is (113,110,72). Sum of RGB (Red+Green+Blue) = 113+110+72=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #716E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E48 is #8E91B7. Grayscale: #6A6A6A. Windows color (decimal): -9343416 or 4746865. OLE color: 4746865.
HSL color Cylindrical-coordinate representation of color #716E48: hue angle of 55.61º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #716E48 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 72 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.56 |
| HSL | 55.61º | 0.22% | 0.36% | - |
| HSV(B) | 55.61º | 0.36% | 0.44% | - |
| XYZ | 13.56 | 15.13 | 8.34 | - |
| YUV | 106.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 72 | 0 | 0.03 | 0.36 | 0.56 | 55.61 | 0.22 | 0.36 |
| Hex | 71 | 6E | 48 | 0 | 3 | 24 | 38 | 38 | 16 | 24 |
| Octal | 161 | 156 | 110 | 0 | 3 | 44 | 70 | 70 | 26 | 44 |
| Binary | 1110001 | 1101110 | 1001000 | 0 | 11 | 100100 | 111000 | 111000 | 10110 | 100100 |
Color Harmonies of #716E48
Complementary color
Monochromatic Colors of #716E48
Black with #716E48
Text Example
Text Example
White with #716E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E48; }
p { color: rgb(113,110,72); }
H1.HeaderClassName
{
color: #716E48;
}
.AnyTagClassName
{
color: #716E48;
}
</style>
background-color css
<style>
a { background-color: #716E48; }
a { background-color: rgb(113,110,72); }
div.DivClassName
{
background-color: #716E48;
}
.BgClassName
{
background-color: #716E48;
}
</style>
border-color css
<style>
span { border-color: #716E48; }
span { border-color: rgb(113,110,72); }
td.TdClassName
{
border-color: #716E48;
}
.TagClassName
{
border-color: #716E48;
}
</style>