Shades of Hemp #9F827A
Tints of Hemp #9F827A
RGB
CMYK
RGB Variations
Color information
#9F827A (or 0x9F827A) is known color: Hemp. HEX triplet: 9F, 82 and 7A. RGB value is (159,130,122). Sum of RGB (Red+Green+Blue) = 159+130+122=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F827A is #607D85. Grayscale: #898989. Windows color (decimal): -6323590 or 8028831. OLE color: 8028831.
HSL color Cylindrical-coordinate representation of color #9F827A: hue angle of 12.97º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F827A is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 122 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.38 |
| HSL | 12.97º | 0.16% | 0.55% | - |
| HSV(B) | 12.97º | 0.23% | 0.62% | - |
| XYZ | 25.79 | 24.74 | 21.83 | - |
| YUV | 137.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 122 | 0 | 0.18 | 0.23 | 0.38 | 12.97 | 0.16 | 0.55 |
| Hex | 9F | 82 | 7A | 0 | 12 | 17 | 26 | D | 10 | 37 |
| Octal | 237 | 202 | 172 | 0 | 22 | 27 | 46 | 15 | 20 | 67 |
| Binary | 10011111 | 10000010 | 1111010 | 0 | 10010 | 10111 | 100110 | 1101 | 10000 | 110111 |
Color Harmonies of #9F827A
Complementary color
Monochromatic Colors of #9F827A
Black with #9F827A
Text Example
Text Example
White with #9F827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F827A; }
p { color: rgb(159,130,122); }
H1.HeaderClassName
{
color: #9F827A;
}
.AnyTagClassName
{
color: #9F827A;
}
</style>
background-color css
<style>
a { background-color: #9F827A; }
a { background-color: rgb(159,130,122); }
div.DivClassName
{
background-color: #9F827A;
}
.BgClassName
{
background-color: #9F827A;
}
</style>
border-color css
<style>
span { border-color: #9F827A; }
span { border-color: rgb(159,130,122); }
td.TdClassName
{
border-color: #9F827A;
}
.TagClassName
{
border-color: #9F827A;
}
</style>