Shades of Hemlock #716C3F
Tints of Hemlock #716C3F
RGB
CMYK
RGB Variations
Color information
#716C3F (or 0x716C3F) is known color: Hemlock. HEX triplet: 71, 6C and 3F. RGB value is (113,108,63). Sum of RGB (Red+Green+Blue) = 113+108+63=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #716C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C3F is #8E93C0. Grayscale: #686868. Windows color (decimal): -9343937 or 4156529. OLE color: 4156529.
HSL color Cylindrical-coordinate representation of color #716C3F: hue angle of 54º 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 #716C3F is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 63 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.56 |
| HSL | 54º | 0.28% | 0.35% | - |
| HSV(B) | 54º | 0.44% | 0.44% | - |
| XYZ | 13.07 | 14.59 | 6.83 | - |
| YUV | 104.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 63 | 0 | 0.04 | 0.44 | 0.56 | 54 | 0.28 | 0.35 |
| Hex | 71 | 6C | 3F | 0 | 4 | 2C | 38 | 36 | 1C | 23 |
| Octal | 161 | 154 | 77 | 0 | 4 | 54 | 70 | 66 | 34 | 43 |
| Binary | 1110001 | 1101100 | 111111 | 0 | 100 | 101100 | 111000 | 110110 | 11100 | 100011 |
Color Harmonies of #716C3F
Complementary color
Monochromatic Colors of #716C3F
Black with #716C3F
Text Example
Text Example
White with #716C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C3F; }
p { color: rgb(113,108,63); }
H1.HeaderClassName
{
color: #716C3F;
}
.AnyTagClassName
{
color: #716C3F;
}
</style>
background-color css
<style>
a { background-color: #716C3F; }
a { background-color: rgb(113,108,63); }
div.DivClassName
{
background-color: #716C3F;
}
.BgClassName
{
background-color: #716C3F;
}
</style>
border-color css
<style>
span { border-color: #716C3F; }
span { border-color: rgb(113,108,63); }
td.TdClassName
{
border-color: #716C3F;
}
.TagClassName
{
border-color: #716C3F;
}
</style>