Shades of Hemp #9F8274
Tints of Hemp #9F8274
RGB
CMYK
RGB Variations
Color information
#9F8274 (or 0x9F8274) is known color: Hemp. HEX triplet: 9F, 82 and 74. RGB value is (159,130,116). Sum of RGB (Red+Green+Blue) = 159+130+116=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8274 is #607D8B. Grayscale: #898989. Windows color (decimal): -6323596 or 7635615. OLE color: 7635615.
HSL color Cylindrical-coordinate representation of color #9F8274: hue angle of 19.53º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F8274 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 116 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.38 |
| HSL | 19.53º | 0.18% | 0.54% | - |
| HSV(B) | 19.53º | 0.27% | 0.62% | - |
| XYZ | 25.43 | 24.6 | 19.93 | - |
| YUV | 137.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 116 | 0 | 0.18 | 0.27 | 0.38 | 19.53 | 0.18 | 0.54 |
| Hex | 9F | 82 | 74 | 0 | 12 | 1B | 26 | 14 | 12 | 36 |
| Octal | 237 | 202 | 164 | 0 | 22 | 33 | 46 | 24 | 22 | 66 |
| Binary | 10011111 | 10000010 | 1110100 | 0 | 10010 | 11011 | 100110 | 10100 | 10010 | 110110 |
Color Harmonies of #9F8274
Complementary color
Monochromatic Colors of #9F8274
Black with #9F8274
Text Example
Text Example
White with #9F8274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8274; }
p { color: rgb(159,130,116); }
H1.HeaderClassName
{
color: #9F8274;
}
.AnyTagClassName
{
color: #9F8274;
}
</style>
background-color css
<style>
a { background-color: #9F8274; }
a { background-color: rgb(159,130,116); }
div.DivClassName
{
background-color: #9F8274;
}
.BgClassName
{
background-color: #9F8274;
}
</style>
border-color css
<style>
span { border-color: #9F8274; }
span { border-color: rgb(159,130,116); }
td.TdClassName
{
border-color: #9F8274;
}
.TagClassName
{
border-color: #9F8274;
}
</style>