Shades of Hemlock #716C43
Tints of Hemlock #716C43
RGB
CMYK
RGB Variations
Color information
#716C43 (or 0x716C43) is known color: Hemlock. HEX triplet: 71, 6C and 43. RGB value is (113,108,67). Sum of RGB (Red+Green+Blue) = 113+108+67=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #716C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C43 is #8E93BC. Grayscale: #686868. Windows color (decimal): -9343933 or 4418673. OLE color: 4418673.
HSL color Cylindrical-coordinate representation of color #716C43: hue angle of 53.48º 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 #716C43 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 67 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.56 |
| HSL | 53.48º | 0.26% | 0.35% | - |
| HSV(B) | 53.48º | 0.41% | 0.44% | - |
| XYZ | 13.19 | 14.64 | 7.44 | - |
| YUV | 104.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 67 | 0 | 0.04 | 0.41 | 0.56 | 53.48 | 0.26 | 0.35 |
| Hex | 71 | 6C | 43 | 0 | 4 | 29 | 38 | 35 | 1A | 23 |
| Octal | 161 | 154 | 103 | 0 | 4 | 51 | 70 | 65 | 32 | 43 |
| Binary | 1110001 | 1101100 | 1000011 | 0 | 100 | 101001 | 111000 | 110101 | 11010 | 100011 |
Color Harmonies of #716C43
Complementary color
Monochromatic Colors of #716C43
Black with #716C43
Text Example
Text Example
White with #716C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C43; }
p { color: rgb(113,108,67); }
H1.HeaderClassName
{
color: #716C43;
}
.AnyTagClassName
{
color: #716C43;
}
</style>
background-color css
<style>
a { background-color: #716C43; }
a { background-color: rgb(113,108,67); }
div.DivClassName
{
background-color: #716C43;
}
.BgClassName
{
background-color: #716C43;
}
</style>
border-color css
<style>
span { border-color: #716C43; }
span { border-color: rgb(113,108,67); }
td.TdClassName
{
border-color: #716C43;
}
.TagClassName
{
border-color: #716C43;
}
</style>