Shades of Hemlock #716E43
Tints of Hemlock #716E43
RGB
CMYK
RGB Variations
Color information
#716E43 (or 0x716E43) is known color: Hemlock. HEX triplet: 71, 6E and 43. RGB value is (113,110,67). Sum of RGB (Red+Green+Blue) = 113+110+67=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #716E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E43 is #8E91BC. Grayscale: #6A6A6A. Windows color (decimal): -9343421 or 4419185. OLE color: 4419185.
HSL color Cylindrical-coordinate representation of color #716E43: hue angle of 56.09º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #716E43 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 67 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.56 |
| HSL | 56.09º | 0.26% | 0.35% | - |
| HSV(B) | 56.09º | 0.41% | 0.44% | - |
| XYZ | 13.4 | 15.07 | 7.51 | - |
| YUV | 106 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 67 | 0 | 0.03 | 0.41 | 0.56 | 56.09 | 0.26 | 0.35 |
| Hex | 71 | 6E | 43 | 0 | 3 | 29 | 38 | 38 | 1A | 23 |
| Octal | 161 | 156 | 103 | 0 | 3 | 51 | 70 | 70 | 32 | 43 |
| Binary | 1110001 | 1101110 | 1000011 | 0 | 11 | 101001 | 111000 | 111000 | 11010 | 100011 |
Color Harmonies of #716E43
Complementary color
Monochromatic Colors of #716E43
Black with #716E43
Text Example
Text Example
White with #716E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E43; }
p { color: rgb(113,110,67); }
H1.HeaderClassName
{
color: #716E43;
}
.AnyTagClassName
{
color: #716E43;
}
</style>
background-color css
<style>
a { background-color: #716E43; }
a { background-color: rgb(113,110,67); }
div.DivClassName
{
background-color: #716E43;
}
.BgClassName
{
background-color: #716E43;
}
</style>
border-color css
<style>
span { border-color: #716E43; }
span { border-color: rgb(113,110,67); }
td.TdClassName
{
border-color: #716E43;
}
.TagClassName
{
border-color: #716E43;
}
</style>