Shades of Hemp #9F7E71
Tints of Hemp #9F7E71
RGB
CMYK
RGB Variations
Color information
#9F7E71 (or 0x9F7E71) is known color: Hemp. HEX triplet: 9F, 7E and 71. RGB value is (159,126,113). Sum of RGB (Red+Green+Blue) = 159+126+113=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E71 is #60818E. Grayscale: #868686. Windows color (decimal): -6324623 or 7437983. OLE color: 7437983.
HSL color Cylindrical-coordinate representation of color #9F7E71: hue angle of 16.96º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F7E71 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 126 | 113 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.38 |
| HSL | 16.96º | 0.19% | 0.53% | - |
| HSV(B) | 16.96º | 0.29% | 0.62% | - |
| XYZ | 24.74 | 23.48 | 18.85 | - |
| YUV | 134.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 113 | 0 | 0.21 | 0.29 | 0.38 | 16.96 | 0.19 | 0.53 |
| Hex | 9F | 7E | 71 | 0 | 15 | 1D | 26 | 11 | 13 | 35 |
| Octal | 237 | 176 | 161 | 0 | 25 | 35 | 46 | 21 | 23 | 65 |
| Binary | 10011111 | 1111110 | 1110001 | 0 | 10101 | 11101 | 100110 | 10001 | 10011 | 110101 |
Color Harmonies of #9F7E71
Complementary color
Monochromatic Colors of #9F7E71
Black with #9F7E71
Text Example
Text Example
White with #9F7E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7E71; }
p { color: rgb(159,126,113); }
H1.HeaderClassName
{
color: #9F7E71;
}
.AnyTagClassName
{
color: #9F7E71;
}
</style>
background-color css
<style>
a { background-color: #9F7E71; }
a { background-color: rgb(159,126,113); }
div.DivClassName
{
background-color: #9F7E71;
}
.BgClassName
{
background-color: #9F7E71;
}
</style>
border-color css
<style>
span { border-color: #9F7E71; }
span { border-color: rgb(159,126,113); }
td.TdClassName
{
border-color: #9F7E71;
}
.TagClassName
{
border-color: #9F7E71;
}
</style>