Shades of Hemlock #716D4B
Tints of Hemlock #716D4B
RGB
CMYK
RGB Variations
Color information
#716D4B (or 0x716D4B) is known color: Hemlock. HEX triplet: 71, 6D and 4B. RGB value is (113,109,75). Sum of RGB (Red+Green+Blue) = 113+109+75=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #716D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D4B is #8E92B4. Grayscale: #6A6A6A. Windows color (decimal): -9343669 or 4943217. OLE color: 4943217.
HSL color Cylindrical-coordinate representation of color #716D4B: hue angle of 53.68º 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 #716D4B is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 75 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.56 |
| HSL | 53.68º | 0.2% | 0.37% | - |
| HSV(B) | 53.68º | 0.34% | 0.44% | - |
| XYZ | 13.55 | 14.96 | 8.83 | - |
| YUV | 106.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 75 | 0 | 0.04 | 0.34 | 0.56 | 53.68 | 0.2 | 0.37 |
| Hex | 71 | 6D | 4B | 0 | 4 | 22 | 38 | 36 | 14 | 25 |
| Octal | 161 | 155 | 113 | 0 | 4 | 42 | 70 | 66 | 24 | 45 |
| Binary | 1110001 | 1101101 | 1001011 | 0 | 100 | 100010 | 111000 | 110110 | 10100 | 100101 |
Color Harmonies of #716D4B
Complementary color
Monochromatic Colors of #716D4B
Black with #716D4B
Text Example
Text Example
White with #716D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D4B; }
p { color: rgb(113,109,75); }
H1.HeaderClassName
{
color: #716D4B;
}
.AnyTagClassName
{
color: #716D4B;
}
</style>
background-color css
<style>
a { background-color: #716D4B; }
a { background-color: rgb(113,109,75); }
div.DivClassName
{
background-color: #716D4B;
}
.BgClassName
{
background-color: #716D4B;
}
</style>
border-color css
<style>
span { border-color: #716D4B; }
span { border-color: rgb(113,109,75); }
td.TdClassName
{
border-color: #716D4B;
}
.TagClassName
{
border-color: #716D4B;
}
</style>