Shades of Hemp #9E796F
Tints of Hemp #9E796F
RGB
CMYK
RGB Variations
Color information
#9E796F (or 0x9E796F) is known color: Hemp. HEX triplet: 9E, 79 and 6F. RGB value is (158,121,111). Sum of RGB (Red+Green+Blue) = 158+121+111=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 158 - color contains mainly: red. Hex color #9E796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E796F is #618690. Grayscale: #838383. Windows color (decimal): -6391441 or 7305630. OLE color: 7305630.
HSL color Cylindrical-coordinate representation of color #9E796F: hue angle of 12.77º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E796F is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 121 | 111 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.38 |
| HSL | 12.77º | 0.2% | 0.53% | - |
| HSV(B) | 12.77º | 0.3% | 0.62% | - |
| XYZ | 23.81 | 22.09 | 18.05 | - |
| YUV | 130.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 121 | 111 | 0 | 0.23 | 0.30 | 0.38 | 12.77 | 0.2 | 0.53 |
| Hex | 9E | 79 | 6F | 0 | 17 | 1E | 26 | D | 14 | 35 |
| Octal | 236 | 171 | 157 | 0 | 27 | 36 | 46 | 15 | 24 | 65 |
| Binary | 10011110 | 1111001 | 1101111 | 0 | 10111 | 11110 | 100110 | 1101 | 10100 | 110101 |
Color Harmonies of #9E796F
Complementary color
Monochromatic Colors of #9E796F
Black with #9E796F
Text Example
Text Example
White with #9E796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E796F; }
p { color: rgb(158,121,111); }
H1.HeaderClassName
{
color: #9E796F;
}
.AnyTagClassName
{
color: #9E796F;
}
</style>
background-color css
<style>
a { background-color: #9E796F; }
a { background-color: rgb(158,121,111); }
div.DivClassName
{
background-color: #9E796F;
}
.BgClassName
{
background-color: #9E796F;
}
</style>
border-color css
<style>
span { border-color: #9E796F; }
span { border-color: rgb(158,121,111); }
td.TdClassName
{
border-color: #9E796F;
}
.TagClassName
{
border-color: #9E796F;
}
</style>