Shades of Hemp #9B7971
Tints of Hemp #9B7971
RGB
CMYK
RGB Variations
Color information
#9B7971 (or 0x9B7971) is known color: Hemp. HEX triplet: 9B, 79 and 71. RGB value is (155,121,113). Sum of RGB (Red+Green+Blue) = 155+121+113=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7971 is #64868E. Grayscale: #828282. Windows color (decimal): -6588047 or 7436699. OLE color: 7436699.
HSL color Cylindrical-coordinate representation of color #9B7971: hue angle of 11.43º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B7971 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 121 | 113 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.39 |
| HSL | 11.43º | 0.17% | 0.53% | - |
| HSV(B) | 11.43º | 0.27% | 0.61% | - |
| XYZ | 23.34 | 21.84 | 18.61 | - |
| YUV | 130.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 121 | 113 | 0 | 0.22 | 0.27 | 0.39 | 11.43 | 0.17 | 0.53 |
| Hex | 9B | 79 | 71 | 0 | 16 | 1B | 27 | B | 11 | 35 |
| Octal | 233 | 171 | 161 | 0 | 26 | 33 | 47 | 13 | 21 | 65 |
| Binary | 10011011 | 1111001 | 1110001 | 0 | 10110 | 11011 | 100111 | 1011 | 10001 | 110101 |
Color Harmonies of #9B7971
Complementary color
Monochromatic Colors of #9B7971
Black with #9B7971
Text Example
Text Example
White with #9B7971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7971; }
p { color: rgb(155,121,113); }
H1.HeaderClassName
{
color: #9B7971;
}
.AnyTagClassName
{
color: #9B7971;
}
</style>
background-color css
<style>
a { background-color: #9B7971; }
a { background-color: rgb(155,121,113); }
div.DivClassName
{
background-color: #9B7971;
}
.BgClassName
{
background-color: #9B7971;
}
</style>
border-color css
<style>
span { border-color: #9B7971; }
span { border-color: rgb(155,121,113); }
td.TdClassName
{
border-color: #9B7971;
}
.TagClassName
{
border-color: #9B7971;
}
</style>