Shades of Hemlock #716F3C
Tints of Hemlock #716F3C
RGB
CMYK
RGB Variations
Color information
#716F3C (or 0x716F3C) is known color: Hemlock. HEX triplet: 71, 6F and 3C. RGB value is (113,111,60). Sum of RGB (Red+Green+Blue) = 113+111+60=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #716F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716F3C is #8E90C3. Grayscale: #696969. Windows color (decimal): -9343172 or 3960689. OLE color: 3960689.
HSL color Cylindrical-coordinate representation of color #716F3C: hue angle of 57.74º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #716F3C is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 60 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.56 |
| HSL | 57.74º | 0.31% | 0.34% | - |
| HSV(B) | 57.74º | 0.47% | 0.44% | - |
| XYZ | 13.31 | 15.21 | 6.51 | - |
| YUV | 105.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 60 | 0 | 0.02 | 0.47 | 0.56 | 57.74 | 0.31 | 0.34 |
| Hex | 71 | 6F | 3C | 0 | 2 | 2F | 38 | 3A | 1F | 22 |
| Octal | 161 | 157 | 74 | 0 | 2 | 57 | 70 | 72 | 37 | 42 |
| Binary | 1110001 | 1101111 | 111100 | 0 | 10 | 101111 | 111000 | 111010 | 11111 | 100010 |
Color Harmonies of #716F3C
Complementary color
Monochromatic Colors of #716F3C
Black with #716F3C
Text Example
Text Example
White with #716F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F3C; }
p { color: rgb(113,111,60); }
H1.HeaderClassName
{
color: #716F3C;
}
.AnyTagClassName
{
color: #716F3C;
}
</style>
background-color css
<style>
a { background-color: #716F3C; }
a { background-color: rgb(113,111,60); }
div.DivClassName
{
background-color: #716F3C;
}
.BgClassName
{
background-color: #716F3C;
}
</style>
border-color css
<style>
span { border-color: #716F3C; }
span { border-color: rgb(113,111,60); }
td.TdClassName
{
border-color: #716F3C;
}
.TagClassName
{
border-color: #716F3C;
}
</style>