Shades of Hemp #9E7B6E
Tints of Hemp #9E7B6E
RGB
CMYK
RGB Variations
Color information
#9E7B6E (or 0x9E7B6E) is known color: Hemp. HEX triplet: 9E, 7B and 6E. RGB value is (158,123,110). Sum of RGB (Red+Green+Blue) = 158+123+110=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7B6E is #618491. Grayscale: #848484. Windows color (decimal): -6390930 or 7240606. OLE color: 7240606.
HSL color Cylindrical-coordinate representation of color #9E7B6E: hue angle of 16.25º 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 #9E7B6E is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 110 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.38 |
| HSL | 16.25º | 0.2% | 0.53% | - |
| HSV(B) | 16.25º | 0.3% | 0.62% | - |
| XYZ | 24 | 22.56 | 17.84 | - |
| YUV | 131.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 110 | 0 | 0.22 | 0.30 | 0.38 | 16.25 | 0.2 | 0.53 |
| Hex | 9E | 7B | 6E | 0 | 16 | 1E | 26 | 10 | 14 | 35 |
| Octal | 236 | 173 | 156 | 0 | 26 | 36 | 46 | 20 | 24 | 65 |
| Binary | 10011110 | 1111011 | 1101110 | 0 | 10110 | 11110 | 100110 | 10000 | 10100 | 110101 |
Color Harmonies of #9E7B6E
Complementary color
Monochromatic Colors of #9E7B6E
Black with #9E7B6E
Text Example
Text Example
White with #9E7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B6E; }
p { color: rgb(158,123,110); }
H1.HeaderClassName
{
color: #9E7B6E;
}
.AnyTagClassName
{
color: #9E7B6E;
}
</style>
background-color css
<style>
a { background-color: #9E7B6E; }
a { background-color: rgb(158,123,110); }
div.DivClassName
{
background-color: #9E7B6E;
}
.BgClassName
{
background-color: #9E7B6E;
}
</style>
border-color css
<style>
span { border-color: #9E7B6E; }
span { border-color: rgb(158,123,110); }
td.TdClassName
{
border-color: #9E7B6E;
}
.TagClassName
{
border-color: #9E7B6E;
}
</style>