Shades of Hemp #9E786B
Tints of Hemp #9E786B
RGB
CMYK
RGB Variations
Color information
#9E786B (or 0x9E786B) is known color: Hemp. HEX triplet: 9E, 78 and 6B. RGB value is (158,120,107). Sum of RGB (Red+Green+Blue) = 158+120+107=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E786B is #618794. Grayscale: #818181. Windows color (decimal): -6391701 or 7043230. OLE color: 7043230.
HSL color Cylindrical-coordinate representation of color #9E786B: hue angle of 15.29º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E786B is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 120 | 107 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.38 |
| HSL | 15.29º | 0.21% | 0.52% | - |
| HSV(B) | 15.29º | 0.32% | 0.62% | - |
| XYZ | 23.47 | 21.76 | 16.87 | - |
| YUV | 129.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 107 | 0 | 0.24 | 0.32 | 0.38 | 15.29 | 0.21 | 0.52 |
| Hex | 9E | 78 | 6B | 0 | 18 | 20 | 26 | F | 15 | 34 |
| Octal | 236 | 170 | 153 | 0 | 30 | 40 | 46 | 17 | 25 | 64 |
| Binary | 10011110 | 1111000 | 1101011 | 0 | 11000 | 100000 | 100110 | 1111 | 10101 | 110100 |
Color Harmonies of #9E786B
Complementary color
Monochromatic Colors of #9E786B
Black with #9E786B
Text Example
Text Example
White with #9E786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E786B; }
p { color: rgb(158,120,107); }
H1.HeaderClassName
{
color: #9E786B;
}
.AnyTagClassName
{
color: #9E786B;
}
</style>
background-color css
<style>
a { background-color: #9E786B; }
a { background-color: rgb(158,120,107); }
div.DivClassName
{
background-color: #9E786B;
}
.BgClassName
{
background-color: #9E786B;
}
</style>
border-color css
<style>
span { border-color: #9E786B; }
span { border-color: rgb(158,120,107); }
td.TdClassName
{
border-color: #9E786B;
}
.TagClassName
{
border-color: #9E786B;
}
</style>