Shades of Hemp #9F7973
Tints of Hemp #9F7973
RGB
CMYK
RGB Variations
Color information
#9F7973 (or 0x9F7973) is known color: Hemp. HEX triplet: 9F, 79 and 73. RGB value is (159,121,115). Sum of RGB (Red+Green+Blue) = 159+121+115=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7973 is #60868C. Grayscale: #838383. Windows color (decimal): -6325901 or 7567775. OLE color: 7567775.
HSL color Cylindrical-coordinate representation of color #9F7973: hue angle of 8.18º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7973 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 115 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.38 |
| HSL | 8.18º | 0.19% | 0.54% | - |
| HSV(B) | 8.18º | 0.28% | 0.62% | - |
| XYZ | 24.23 | 22.28 | 19.24 | - |
| YUV | 131.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 115 | 0 | 0.24 | 0.28 | 0.38 | 8.18 | 0.19 | 0.54 |
| Hex | 9F | 79 | 73 | 0 | 18 | 1C | 26 | 8 | 13 | 36 |
| Octal | 237 | 171 | 163 | 0 | 30 | 34 | 46 | 10 | 23 | 66 |
| Binary | 10011111 | 1111001 | 1110011 | 0 | 11000 | 11100 | 100110 | 1000 | 10011 | 110110 |
Color Harmonies of #9F7973
Complementary color
Monochromatic Colors of #9F7973
Black with #9F7973
Text Example
Text Example
White with #9F7973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7973; }
p { color: rgb(159,121,115); }
H1.HeaderClassName
{
color: #9F7973;
}
.AnyTagClassName
{
color: #9F7973;
}
</style>
background-color css
<style>
a { background-color: #9F7973; }
a { background-color: rgb(159,121,115); }
div.DivClassName
{
background-color: #9F7973;
}
.BgClassName
{
background-color: #9F7973;
}
</style>
border-color css
<style>
span { border-color: #9F7973; }
span { border-color: rgb(159,121,115); }
td.TdClassName
{
border-color: #9F7973;
}
.TagClassName
{
border-color: #9F7973;
}
</style>