Shades of Hemp #9E857C
Tints of Hemp #9E857C
RGB
CMYK
RGB Variations
Color information
#9E857C (or 0x9E857C) is known color: Hemp. HEX triplet: 9E, 85 and 7C. RGB value is (158,133,124). Sum of RGB (Red+Green+Blue) = 158+133+124=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E857C is #617A83. Grayscale: #8B8B8B. Windows color (decimal): -6388356 or 8160670. OLE color: 8160670.
HSL color Cylindrical-coordinate representation of color #9E857C: hue angle of 15.88º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E857C is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 124 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.38 |
| HSL | 15.88º | 0.15% | 0.55% | - |
| HSV(B) | 15.88º | 0.22% | 0.62% | - |
| XYZ | 26.13 | 25.5 | 22.61 | - |
| YUV | 139.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 124 | 0 | 0.16 | 0.22 | 0.38 | 15.88 | 0.15 | 0.55 |
| Hex | 9E | 85 | 7C | 0 | 10 | 16 | 26 | 10 | F | 37 |
| Octal | 236 | 205 | 174 | 0 | 20 | 26 | 46 | 20 | 17 | 67 |
| Binary | 10011110 | 10000101 | 1111100 | 0 | 10000 | 10110 | 100110 | 10000 | 1111 | 110111 |
Color Harmonies of #9E857C
Complementary color
Monochromatic Colors of #9E857C
Black with #9E857C
Text Example
Text Example
White with #9E857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E857C; }
p { color: rgb(158,133,124); }
H1.HeaderClassName
{
color: #9E857C;
}
.AnyTagClassName
{
color: #9E857C;
}
</style>
background-color css
<style>
a { background-color: #9E857C; }
a { background-color: rgb(158,133,124); }
div.DivClassName
{
background-color: #9E857C;
}
.BgClassName
{
background-color: #9E857C;
}
</style>
border-color css
<style>
span { border-color: #9E857C; }
span { border-color: rgb(158,133,124); }
td.TdClassName
{
border-color: #9E857C;
}
.TagClassName
{
border-color: #9E857C;
}
</style>