Shades of Hemp #997D71
Tints of Hemp #997D71
RGB
CMYK
RGB Variations
Color information
#997D71 (or 0x997D71) is known color: Hemp. HEX triplet: 99, 7D and 71. RGB value is (153,125,113). Sum of RGB (Red+Green+Blue) = 153+125+113=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #997D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D71 is #66828E. Grayscale: #848484. Windows color (decimal): -6718095 or 7437721. OLE color: 7437721.
HSL color Cylindrical-coordinate representation of color #997D71: hue angle of 18º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #997D71 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 113 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.4 |
| HSL | 18º | 0.16% | 0.52% | - |
| HSV(B) | 18º | 0.26% | 0.6% | - |
| XYZ | 23.45 | 22.63 | 18.76 | - |
| YUV | 132 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 113 | 0 | 0.18 | 0.26 | 0.4 | 18 | 0.16 | 0.52 |
| Hex | 99 | 7D | 71 | 0 | 12 | 1A | 28 | 12 | 10 | 34 |
| Octal | 231 | 175 | 161 | 0 | 22 | 32 | 50 | 22 | 20 | 64 |
| Binary | 10011001 | 1111101 | 1110001 | 0 | 10010 | 11010 | 101000 | 10010 | 10000 | 110100 |
Color Harmonies of #997D71
Complementary color
Monochromatic Colors of #997D71
Black with #997D71
Text Example
Text Example
White with #997D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D71; }
p { color: rgb(153,125,113); }
H1.HeaderClassName
{
color: #997D71;
}
.AnyTagClassName
{
color: #997D71;
}
</style>
background-color css
<style>
a { background-color: #997D71; }
a { background-color: rgb(153,125,113); }
div.DivClassName
{
background-color: #997D71;
}
.BgClassName
{
background-color: #997D71;
}
</style>
border-color css
<style>
span { border-color: #997D71; }
span { border-color: rgb(153,125,113); }
td.TdClassName
{
border-color: #997D71;
}
.TagClassName
{
border-color: #997D71;
}
</style>