Shades of Hemlock #716C3D
Tints of Hemlock #716C3D
RGB
CMYK
RGB Variations
Color information
#716C3D (or 0x716C3D) is known color: Hemlock. HEX triplet: 71, 6C and 3D. RGB value is (113,108,61). Sum of RGB (Red+Green+Blue) = 113+108+61=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #716C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C3D is #8E93C2. Grayscale: #686868. Windows color (decimal): -9343939 or 4025457. OLE color: 4025457.
HSL color Cylindrical-coordinate representation of color #716C3D: hue angle of 54.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #716C3D is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 61 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.56 |
| HSL | 54.23º | 0.3% | 0.34% | - |
| HSV(B) | 54.23º | 0.46% | 0.44% | - |
| XYZ | 13.01 | 14.57 | 6.54 | - |
| YUV | 104.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 61 | 0 | 0.04 | 0.46 | 0.56 | 54.23 | 0.3 | 0.34 |
| Hex | 71 | 6C | 3D | 0 | 4 | 2E | 38 | 36 | 1E | 22 |
| Octal | 161 | 154 | 75 | 0 | 4 | 56 | 70 | 66 | 36 | 42 |
| Binary | 1110001 | 1101100 | 111101 | 0 | 100 | 101110 | 111000 | 110110 | 11110 | 100010 |
Color Harmonies of #716C3D
Complementary color
Monochromatic Colors of #716C3D
Black with #716C3D
Text Example
Text Example
White with #716C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C3D; }
p { color: rgb(113,108,61); }
H1.HeaderClassName
{
color: #716C3D;
}
.AnyTagClassName
{
color: #716C3D;
}
</style>
background-color css
<style>
a { background-color: #716C3D; }
a { background-color: rgb(113,108,61); }
div.DivClassName
{
background-color: #716C3D;
}
.BgClassName
{
background-color: #716C3D;
}
</style>
border-color css
<style>
span { border-color: #716C3D; }
span { border-color: rgb(113,108,61); }
td.TdClassName
{
border-color: #716C3D;
}
.TagClassName
{
border-color: #716C3D;
}
</style>