Shades of Hemp #9F8079
Tints of Hemp #9F8079
RGB
CMYK
RGB Variations
Color information
#9F8079 (or 0x9F8079) is known color: Hemp. HEX triplet: 9F, 80 and 79. RGB value is (159,128,121). Sum of RGB (Red+Green+Blue) = 159+128+121=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8079 is #607F86. Grayscale: #888888. Windows color (decimal): -6324103 or 7962783. OLE color: 7962783.
HSL color Cylindrical-coordinate representation of color #9F8079: hue angle of 11.05º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F8079 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 121 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.38 |
| HSL | 11.05º | 0.17% | 0.55% | - |
| HSV(B) | 11.05º | 0.24% | 0.62% | - |
| XYZ | 25.47 | 24.19 | 21.42 | - |
| YUV | 136.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 121 | 0 | 0.19 | 0.24 | 0.38 | 11.05 | 0.17 | 0.55 |
| Hex | 9F | 80 | 79 | 0 | 13 | 18 | 26 | B | 11 | 37 |
| Octal | 237 | 200 | 171 | 0 | 23 | 30 | 46 | 13 | 21 | 67 |
| Binary | 10011111 | 10000000 | 1111001 | 0 | 10011 | 11000 | 100110 | 1011 | 10001 | 110111 |
Color Harmonies of #9F8079
Complementary color
Monochromatic Colors of #9F8079
Black with #9F8079
Text Example
Text Example
White with #9F8079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8079; }
p { color: rgb(159,128,121); }
H1.HeaderClassName
{
color: #9F8079;
}
.AnyTagClassName
{
color: #9F8079;
}
</style>
background-color css
<style>
a { background-color: #9F8079; }
a { background-color: rgb(159,128,121); }
div.DivClassName
{
background-color: #9F8079;
}
.BgClassName
{
background-color: #9F8079;
}
</style>
border-color css
<style>
span { border-color: #9F8079; }
span { border-color: rgb(159,128,121); }
td.TdClassName
{
border-color: #9F8079;
}
.TagClassName
{
border-color: #9F8079;
}
</style>