Shades of Hemp #9E786A
Tints of Hemp #9E786A
RGB
CMYK
RGB Variations
Color information
#9E786A (or 0x9E786A) is known color: Hemp. HEX triplet: 9E, 78 and 6A. RGB value is (158,120,106). Sum of RGB (Red+Green+Blue) = 158+120+106=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E786A is #618795. Grayscale: #818181. Windows color (decimal): -6391702 or 6977694. OLE color: 6977694.
HSL color Cylindrical-coordinate representation of color #9E786A: hue angle of 16.15º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E786A is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 120 | 106 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.38 |
| HSL | 16.15º | 0.21% | 0.52% | - |
| HSV(B) | 16.15º | 0.33% | 0.62% | - |
| XYZ | 23.42 | 21.74 | 16.6 | - |
| YUV | 129.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 106 | 0 | 0.24 | 0.33 | 0.38 | 16.15 | 0.21 | 0.52 |
| Hex | 9E | 78 | 6A | 0 | 18 | 21 | 26 | 10 | 15 | 34 |
| Octal | 236 | 170 | 152 | 0 | 30 | 41 | 46 | 20 | 25 | 64 |
| Binary | 10011110 | 1111000 | 1101010 | 0 | 11000 | 100001 | 100110 | 10000 | 10101 | 110100 |
Color Harmonies of #9E786A
Complementary color
Monochromatic Colors of #9E786A
Black with #9E786A
Text Example
Text Example
White with #9E786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E786A; }
p { color: rgb(158,120,106); }
H1.HeaderClassName
{
color: #9E786A;
}
.AnyTagClassName
{
color: #9E786A;
}
</style>
background-color css
<style>
a { background-color: #9E786A; }
a { background-color: rgb(158,120,106); }
div.DivClassName
{
background-color: #9E786A;
}
.BgClassName
{
background-color: #9E786A;
}
</style>
border-color css
<style>
span { border-color: #9E786A; }
span { border-color: rgb(158,120,106); }
td.TdClassName
{
border-color: #9E786A;
}
.TagClassName
{
border-color: #9E786A;
}
</style>