Shades of Hemp #9D7970
Tints of Hemp #9D7970
RGB
CMYK
RGB Variations
Color information
#9D7970 (or 0x9D7970) is known color: Hemp. HEX triplet: 9D, 79 and 70. RGB value is (157,121,112). Sum of RGB (Red+Green+Blue) = 157+121+112=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7970 is #62868F. Grayscale: #828282. Windows color (decimal): -6456976 or 7371165. OLE color: 7371165.
HSL color Cylindrical-coordinate representation of color #9D7970: hue angle of 12º 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 #9D7970 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 121 | 112 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.38 |
| HSL | 12º | 0.19% | 0.53% | - |
| HSV(B) | 12º | 0.29% | 0.62% | - |
| XYZ | 23.67 | 22.01 | 18.33 | - |
| YUV | 130.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 112 | 0 | 0.23 | 0.29 | 0.38 | 12 | 0.19 | 0.53 |
| Hex | 9D | 79 | 70 | 0 | 17 | 1D | 26 | C | 13 | 35 |
| Octal | 235 | 171 | 160 | 0 | 27 | 35 | 46 | 14 | 23 | 65 |
| Binary | 10011101 | 1111001 | 1110000 | 0 | 10111 | 11101 | 100110 | 1100 | 10011 | 110101 |
Color Harmonies of #9D7970
Complementary color
Monochromatic Colors of #9D7970
Black with #9D7970
Text Example
Text Example
White with #9D7970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7970; }
p { color: rgb(157,121,112); }
H1.HeaderClassName
{
color: #9D7970;
}
.AnyTagClassName
{
color: #9D7970;
}
</style>
background-color css
<style>
a { background-color: #9D7970; }
a { background-color: rgb(157,121,112); }
div.DivClassName
{
background-color: #9D7970;
}
.BgClassName
{
background-color: #9D7970;
}
</style>
border-color css
<style>
span { border-color: #9D7970; }
span { border-color: rgb(157,121,112); }
td.TdClassName
{
border-color: #9D7970;
}
.TagClassName
{
border-color: #9D7970;
}
</style>