Shades of Hemp #9D8076
Tints of Hemp #9D8076
RGB
CMYK
RGB Variations
Color information
#9D8076 (or 0x9D8076) is known color: Hemp. HEX triplet: 9D, 80 and 76. RGB value is (157,128,118). Sum of RGB (Red+Green+Blue) = 157+128+118=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8076 is #627F89. Grayscale: #878787. Windows color (decimal): -6455178 or 7766173. OLE color: 7766173.
HSL color Cylindrical-coordinate representation of color #9D8076: hue angle of 15.38º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D8076 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 118 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.38 |
| HSL | 15.38º | 0.17% | 0.54% | - |
| HSV(B) | 15.38º | 0.25% | 0.62% | - |
| XYZ | 24.89 | 23.91 | 20.44 | - |
| YUV | 135.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 118 | 0 | 0.18 | 0.25 | 0.38 | 15.38 | 0.17 | 0.54 |
| Hex | 9D | 80 | 76 | 0 | 12 | 19 | 26 | F | 11 | 36 |
| Octal | 235 | 200 | 166 | 0 | 22 | 31 | 46 | 17 | 21 | 66 |
| Binary | 10011101 | 10000000 | 1110110 | 0 | 10010 | 11001 | 100110 | 1111 | 10001 | 110110 |
Color Harmonies of #9D8076
Complementary color
Monochromatic Colors of #9D8076
Black with #9D8076
Text Example
Text Example
White with #9D8076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8076; }
p { color: rgb(157,128,118); }
H1.HeaderClassName
{
color: #9D8076;
}
.AnyTagClassName
{
color: #9D8076;
}
</style>
background-color css
<style>
a { background-color: #9D8076; }
a { background-color: rgb(157,128,118); }
div.DivClassName
{
background-color: #9D8076;
}
.BgClassName
{
background-color: #9D8076;
}
</style>
border-color css
<style>
span { border-color: #9D8076; }
span { border-color: rgb(157,128,118); }
td.TdClassName
{
border-color: #9D8076;
}
.TagClassName
{
border-color: #9D8076;
}
</style>