Shades of Hemp #9E7A6A
Tints of Hemp #9E7A6A
RGB
CMYK
RGB Variations
Color information
#9E7A6A (or 0x9E7A6A) is known color: Hemp. HEX triplet: 9E, 7A and 6A. RGB value is (158,122,106). Sum of RGB (Red+Green+Blue) = 158+122+106=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7A6A is #618595. Grayscale: #838383. Windows color (decimal): -6391190 or 6978206. OLE color: 6978206.
HSL color Cylindrical-coordinate representation of color #9E7A6A: hue angle of 18.46º 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 #9E7A6A is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 122 | 106 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.38 |
| HSL | 18.46º | 0.21% | 0.52% | - |
| HSV(B) | 18.46º | 0.33% | 0.62% | - |
| XYZ | 23.66 | 22.23 | 16.68 | - |
| YUV | 130.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 106 | 0 | 0.23 | 0.33 | 0.38 | 18.46 | 0.21 | 0.52 |
| Hex | 9E | 7A | 6A | 0 | 17 | 21 | 26 | 12 | 15 | 34 |
| Octal | 236 | 172 | 152 | 0 | 27 | 41 | 46 | 22 | 25 | 64 |
| Binary | 10011110 | 1111010 | 1101010 | 0 | 10111 | 100001 | 100110 | 10010 | 10101 | 110100 |
Color Harmonies of #9E7A6A
Complementary color
Monochromatic Colors of #9E7A6A
Black with #9E7A6A
Text Example
Text Example
White with #9E7A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7A6A; }
p { color: rgb(158,122,106); }
H1.HeaderClassName
{
color: #9E7A6A;
}
.AnyTagClassName
{
color: #9E7A6A;
}
</style>
background-color css
<style>
a { background-color: #9E7A6A; }
a { background-color: rgb(158,122,106); }
div.DivClassName
{
background-color: #9E7A6A;
}
.BgClassName
{
background-color: #9E7A6A;
}
</style>
border-color css
<style>
span { border-color: #9E7A6A; }
span { border-color: rgb(158,122,106); }
td.TdClassName
{
border-color: #9E7A6A;
}
.TagClassName
{
border-color: #9E7A6A;
}
</style>