Shades of Hemp #9E8179
Tints of Hemp #9E8179
RGB
CMYK
RGB Variations
Color information
#9E8179 (or 0x9E8179) is known color: Hemp. HEX triplet: 9E, 81 and 79. RGB value is (158,129,121). Sum of RGB (Red+Green+Blue) = 158+129+121=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8179 is #617E86. Grayscale: #888888. Windows color (decimal): -6389383 or 7963038. OLE color: 7963038.
HSL color Cylindrical-coordinate representation of color #9E8179: 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 #9E8179 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 129 | 121 | - |
| 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.4 | 24.35 | 21.45 | - |
| YUV | 136.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 121 | 0 | 0.18 | 0.23 | 0.38 | 12.97 | 0.16 | 0.55 |
| Hex | 9E | 81 | 79 | 0 | 12 | 17 | 26 | D | 10 | 37 |
| Octal | 236 | 201 | 171 | 0 | 22 | 27 | 46 | 15 | 20 | 67 |
| Binary | 10011110 | 10000001 | 1111001 | 0 | 10010 | 10111 | 100110 | 1101 | 10000 | 110111 |
Color Harmonies of #9E8179
Complementary color
Monochromatic Colors of #9E8179
Black with #9E8179
Text Example
Text Example
White with #9E8179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8179; }
p { color: rgb(158,129,121); }
H1.HeaderClassName
{
color: #9E8179;
}
.AnyTagClassName
{
color: #9E8179;
}
</style>
background-color css
<style>
a { background-color: #9E8179; }
a { background-color: rgb(158,129,121); }
div.DivClassName
{
background-color: #9E8179;
}
.BgClassName
{
background-color: #9E8179;
}
</style>
border-color css
<style>
span { border-color: #9E8179; }
span { border-color: rgb(158,129,121); }
td.TdClassName
{
border-color: #9E8179;
}
.TagClassName
{
border-color: #9E8179;
}
</style>