Shades of Hemp #9F8071
Tints of Hemp #9F8071
RGB
CMYK
RGB Variations
Color information
#9F8071 (or 0x9F8071) is known color: Hemp. HEX triplet: 9F, 80 and 71. RGB value is (159,128,113). Sum of RGB (Red+Green+Blue) = 159+128+113=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8071 is #607F8E. Grayscale: #878787. Windows color (decimal): -6324111 or 7438495. OLE color: 7438495.
HSL color Cylindrical-coordinate representation of color #9F8071: hue angle of 19.57º 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 #9F8071 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 113 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.38 |
| HSL | 19.57º | 0.19% | 0.53% | - |
| HSV(B) | 19.57º | 0.29% | 0.62% | - |
| XYZ | 25 | 24 | 18.94 | - |
| YUV | 135.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 113 | 0 | 0.19 | 0.29 | 0.38 | 19.57 | 0.19 | 0.53 |
| Hex | 9F | 80 | 71 | 0 | 13 | 1D | 26 | 14 | 13 | 35 |
| Octal | 237 | 200 | 161 | 0 | 23 | 35 | 46 | 24 | 23 | 65 |
| Binary | 10011111 | 10000000 | 1110001 | 0 | 10011 | 11101 | 100110 | 10100 | 10011 | 110101 |
Color Harmonies of #9F8071
Complementary color
Monochromatic Colors of #9F8071
Black with #9F8071
Text Example
Text Example
White with #9F8071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8071; }
p { color: rgb(159,128,113); }
H1.HeaderClassName
{
color: #9F8071;
}
.AnyTagClassName
{
color: #9F8071;
}
</style>
background-color css
<style>
a { background-color: #9F8071; }
a { background-color: rgb(159,128,113); }
div.DivClassName
{
background-color: #9F8071;
}
.BgClassName
{
background-color: #9F8071;
}
</style>
border-color css
<style>
span { border-color: #9F8071; }
span { border-color: rgb(159,128,113); }
td.TdClassName
{
border-color: #9F8071;
}
.TagClassName
{
border-color: #9F8071;
}
</style>