Shades of Hemlock #716C46
Tints of Hemlock #716C46
RGB
CMYK
RGB Variations
Color information
#716C46 (or 0x716C46) is known color: Hemlock. HEX triplet: 71, 6C and 46. RGB value is (113,108,70). Sum of RGB (Red+Green+Blue) = 113+108+70=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #716C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C46 is #8E93B9. Grayscale: #696969. Windows color (decimal): -9343930 or 4615281. OLE color: 4615281.
HSL color Cylindrical-coordinate representation of color #716C46: hue angle of 53.02º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #716C46 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 70 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.56 |
| HSL | 53.02º | 0.23% | 0.36% | - |
| HSV(B) | 53.02º | 0.38% | 0.44% | - |
| XYZ | 13.28 | 14.68 | 7.93 | - |
| YUV | 105.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 70 | 0 | 0.04 | 0.38 | 0.56 | 53.02 | 0.23 | 0.36 |
| Hex | 71 | 6C | 46 | 0 | 4 | 26 | 38 | 35 | 17 | 24 |
| Octal | 161 | 154 | 106 | 0 | 4 | 46 | 70 | 65 | 27 | 44 |
| Binary | 1110001 | 1101100 | 1000110 | 0 | 100 | 100110 | 111000 | 110101 | 10111 | 100100 |
Color Harmonies of #716C46
Complementary color
Monochromatic Colors of #716C46
Black with #716C46
Text Example
Text Example
White with #716C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C46; }
p { color: rgb(113,108,70); }
H1.HeaderClassName
{
color: #716C46;
}
.AnyTagClassName
{
color: #716C46;
}
</style>
background-color css
<style>
a { background-color: #716C46; }
a { background-color: rgb(113,108,70); }
div.DivClassName
{
background-color: #716C46;
}
.BgClassName
{
background-color: #716C46;
}
</style>
border-color css
<style>
span { border-color: #716C46; }
span { border-color: rgb(113,108,70); }
td.TdClassName
{
border-color: #716C46;
}
.TagClassName
{
border-color: #716C46;
}
</style>