Shades of Hemp #9D8070
Tints of Hemp #9D8070
RGB
CMYK
RGB Variations
Color information
#9D8070 (or 0x9D8070) is known color: Hemp. HEX triplet: 9D, 80 and 70. RGB value is (157,128,112). Sum of RGB (Red+Green+Blue) = 157+128+112=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8070 is #627F8F. Grayscale: #868686. Windows color (decimal): -6455184 or 7372957. OLE color: 7372957.
HSL color Cylindrical-coordinate representation of color #9D8070: hue angle of 21.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D8070 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 112 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.38 |
| HSL | 21.33º | 0.19% | 0.53% | - |
| HSV(B) | 21.33º | 0.29% | 0.62% | - |
| XYZ | 24.55 | 23.78 | 18.62 | - |
| YUV | 134.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 112 | 0 | 0.18 | 0.29 | 0.38 | 21.33 | 0.19 | 0.53 |
| Hex | 9D | 80 | 70 | 0 | 12 | 1D | 26 | 15 | 13 | 35 |
| Octal | 235 | 200 | 160 | 0 | 22 | 35 | 46 | 25 | 23 | 65 |
| Binary | 10011101 | 10000000 | 1110000 | 0 | 10010 | 11101 | 100110 | 10101 | 10011 | 110101 |
Color Harmonies of #9D8070
Complementary color
Monochromatic Colors of #9D8070
Black with #9D8070
Text Example
Text Example
White with #9D8070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8070; }
p { color: rgb(157,128,112); }
H1.HeaderClassName
{
color: #9D8070;
}
.AnyTagClassName
{
color: #9D8070;
}
</style>
background-color css
<style>
a { background-color: #9D8070; }
a { background-color: rgb(157,128,112); }
div.DivClassName
{
background-color: #9D8070;
}
.BgClassName
{
background-color: #9D8070;
}
</style>
border-color css
<style>
span { border-color: #9D8070; }
span { border-color: rgb(157,128,112); }
td.TdClassName
{
border-color: #9D8070;
}
.TagClassName
{
border-color: #9D8070;
}
</style>