Shades of Hemlock #716E3F
Tints of Hemlock #716E3F
RGB
CMYK
RGB Variations
Color information
#716E3F (or 0x716E3F) is known color: Hemlock. HEX triplet: 71, 6E and 3F. RGB value is (113,110,63). Sum of RGB (Red+Green+Blue) = 113+110+63=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #716E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E3F is #8E91C0. Grayscale: #696969. Windows color (decimal): -9343425 or 4157041. OLE color: 4157041.
HSL color Cylindrical-coordinate representation of color #716E3F: hue angle of 56.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #716E3F is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 63 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.56 |
| HSL | 56.4º | 0.28% | 0.35% | - |
| HSV(B) | 56.4º | 0.44% | 0.44% | - |
| XYZ | 13.28 | 15.02 | 6.9 | - |
| YUV | 105.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 63 | 0 | 0.03 | 0.44 | 0.56 | 56.4 | 0.28 | 0.35 |
| Hex | 71 | 6E | 3F | 0 | 3 | 2C | 38 | 38 | 1C | 23 |
| Octal | 161 | 156 | 77 | 0 | 3 | 54 | 70 | 70 | 34 | 43 |
| Binary | 1110001 | 1101110 | 111111 | 0 | 11 | 101100 | 111000 | 111000 | 11100 | 100011 |
Color Harmonies of #716E3F
Complementary color
Monochromatic Colors of #716E3F
Black with #716E3F
Text Example
Text Example
White with #716E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E3F; }
p { color: rgb(113,110,63); }
H1.HeaderClassName
{
color: #716E3F;
}
.AnyTagClassName
{
color: #716E3F;
}
</style>
background-color css
<style>
a { background-color: #716E3F; }
a { background-color: rgb(113,110,63); }
div.DivClassName
{
background-color: #716E3F;
}
.BgClassName
{
background-color: #716E3F;
}
</style>
border-color css
<style>
span { border-color: #716E3F; }
span { border-color: rgb(113,110,63); }
td.TdClassName
{
border-color: #716E3F;
}
.TagClassName
{
border-color: #716E3F;
}
</style>