Shades of Hemlock #716E4B
Tints of Hemlock #716E4B
RGB
CMYK
RGB Variations
Color information
#716E4B (or 0x716E4B) is known color: Hemlock. HEX triplet: 71, 6E and 4B. RGB value is (113,110,75). Sum of RGB (Red+Green+Blue) = 113+110+75=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #716E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E4B is #8E91B4. Grayscale: #6B6B6B. Windows color (decimal): -9343413 or 4943473. OLE color: 4943473.
HSL color Cylindrical-coordinate representation of color #716E4B: hue angle of 55.26º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #716E4B is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 75 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.56 |
| HSL | 55.26º | 0.2% | 0.37% | - |
| HSV(B) | 55.26º | 0.34% | 0.44% | - |
| XYZ | 13.66 | 15.17 | 8.87 | - |
| YUV | 106.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 75 | 0 | 0.03 | 0.34 | 0.56 | 55.26 | 0.2 | 0.37 |
| Hex | 71 | 6E | 4B | 0 | 3 | 22 | 38 | 37 | 14 | 25 |
| Octal | 161 | 156 | 113 | 0 | 3 | 42 | 70 | 67 | 24 | 45 |
| Binary | 1110001 | 1101110 | 1001011 | 0 | 11 | 100010 | 111000 | 110111 | 10100 | 100101 |
Color Harmonies of #716E4B
Complementary color
Monochromatic Colors of #716E4B
Black with #716E4B
Text Example
Text Example
White with #716E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E4B; }
p { color: rgb(113,110,75); }
H1.HeaderClassName
{
color: #716E4B;
}
.AnyTagClassName
{
color: #716E4B;
}
</style>
background-color css
<style>
a { background-color: #716E4B; }
a { background-color: rgb(113,110,75); }
div.DivClassName
{
background-color: #716E4B;
}
.BgClassName
{
background-color: #716E4B;
}
</style>
border-color css
<style>
span { border-color: #716E4B; }
span { border-color: rgb(113,110,75); }
td.TdClassName
{
border-color: #716E4B;
}
.TagClassName
{
border-color: #716E4B;
}
</style>