Shades of Hemp #9F7D71
Tints of Hemp #9F7D71
RGB
CMYK
RGB Variations
Color information
#9F7D71 (or 0x9F7D71) is known color: Hemp. HEX triplet: 9F, 7D and 71. RGB value is (159,125,113). Sum of RGB (Red+Green+Blue) = 159+125+113=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D71 is #60828E. Grayscale: #858585. Windows color (decimal): -6324879 or 7437727. OLE color: 7437727.
HSL color Cylindrical-coordinate representation of color #9F7D71: hue angle of 15.65º 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 #9F7D71 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 125 | 113 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.38 |
| HSL | 15.65º | 0.19% | 0.53% | - |
| HSV(B) | 15.65º | 0.29% | 0.62% | - |
| XYZ | 24.61 | 23.23 | 18.81 | - |
| YUV | 133.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 113 | 0 | 0.21 | 0.29 | 0.38 | 15.65 | 0.19 | 0.53 |
| Hex | 9F | 7D | 71 | 0 | 15 | 1D | 26 | 10 | 13 | 35 |
| Octal | 237 | 175 | 161 | 0 | 25 | 35 | 46 | 20 | 23 | 65 |
| Binary | 10011111 | 1111101 | 1110001 | 0 | 10101 | 11101 | 100110 | 10000 | 10011 | 110101 |
Color Harmonies of #9F7D71
Complementary color
Monochromatic Colors of #9F7D71
Black with #9F7D71
Text Example
Text Example
White with #9F7D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7D71; }
p { color: rgb(159,125,113); }
H1.HeaderClassName
{
color: #9F7D71;
}
.AnyTagClassName
{
color: #9F7D71;
}
</style>
background-color css
<style>
a { background-color: #9F7D71; }
a { background-color: rgb(159,125,113); }
div.DivClassName
{
background-color: #9F7D71;
}
.BgClassName
{
background-color: #9F7D71;
}
</style>
border-color css
<style>
span { border-color: #9F7D71; }
span { border-color: rgb(159,125,113); }
td.TdClassName
{
border-color: #9F7D71;
}
.TagClassName
{
border-color: #9F7D71;
}
</style>