Shades of Hemp #9F806F
Tints of Hemp #9F806F
RGB
CMYK
RGB Variations
Color information
#9F806F (or 0x9F806F) is known color: Hemp. HEX triplet: 9F, 80 and 6F. RGB value is (159,128,111). Sum of RGB (Red+Green+Blue) = 159+128+111=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F806F is #607F90. Grayscale: #878787. Windows color (decimal): -6324113 or 7307423. OLE color: 7307423.
HSL color Cylindrical-coordinate representation of color #9F806F: hue angle of 21.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F806F is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 111 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.38 |
| HSL | 21.25º | 0.2% | 0.53% | - |
| HSV(B) | 21.25º | 0.3% | 0.62% | - |
| XYZ | 24.89 | 23.96 | 18.35 | - |
| YUV | 135.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 111 | 0 | 0.19 | 0.30 | 0.38 | 21.25 | 0.2 | 0.53 |
| Hex | 9F | 80 | 6F | 0 | 13 | 1E | 26 | 15 | 14 | 35 |
| Octal | 237 | 200 | 157 | 0 | 23 | 36 | 46 | 25 | 24 | 65 |
| Binary | 10011111 | 10000000 | 1101111 | 0 | 10011 | 11110 | 100110 | 10101 | 10100 | 110101 |
Color Harmonies of #9F806F
Complementary color
Monochromatic Colors of #9F806F
Black with #9F806F
Text Example
Text Example
White with #9F806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F806F; }
p { color: rgb(159,128,111); }
H1.HeaderClassName
{
color: #9F806F;
}
.AnyTagClassName
{
color: #9F806F;
}
</style>
background-color css
<style>
a { background-color: #9F806F; }
a { background-color: rgb(159,128,111); }
div.DivClassName
{
background-color: #9F806F;
}
.BgClassName
{
background-color: #9F806F;
}
</style>
border-color css
<style>
span { border-color: #9F806F; }
span { border-color: rgb(159,128,111); }
td.TdClassName
{
border-color: #9F806F;
}
.TagClassName
{
border-color: #9F806F;
}
</style>