Shades of Hemp #9B7B71
Tints of Hemp #9B7B71
RGB
CMYK
RGB Variations
Color information
#9B7B71 (or 0x9B7B71) is known color: Hemp. HEX triplet: 9B, 7B and 71. RGB value is (155,123,113). Sum of RGB (Red+Green+Blue) = 155+123+113=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7B71 is #64848E. Grayscale: #838383. Windows color (decimal): -6587535 or 7437211. OLE color: 7437211.
HSL color Cylindrical-coordinate representation of color #9B7B71: hue angle of 14.29º 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 #9B7B71 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 113 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.39 |
| HSL | 14.29º | 0.17% | 0.53% | - |
| HSV(B) | 14.29º | 0.27% | 0.61% | - |
| XYZ | 23.58 | 22.33 | 18.69 | - |
| YUV | 131.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 113 | 0 | 0.21 | 0.27 | 0.39 | 14.29 | 0.17 | 0.53 |
| Hex | 9B | 7B | 71 | 0 | 15 | 1B | 27 | E | 11 | 35 |
| Octal | 233 | 173 | 161 | 0 | 25 | 33 | 47 | 16 | 21 | 65 |
| Binary | 10011011 | 1111011 | 1110001 | 0 | 10101 | 11011 | 100111 | 1110 | 10001 | 110101 |
Color Harmonies of #9B7B71
Complementary color
Monochromatic Colors of #9B7B71
Black with #9B7B71
Text Example
Text Example
White with #9B7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B71; }
p { color: rgb(155,123,113); }
H1.HeaderClassName
{
color: #9B7B71;
}
.AnyTagClassName
{
color: #9B7B71;
}
</style>
background-color css
<style>
a { background-color: #9B7B71; }
a { background-color: rgb(155,123,113); }
div.DivClassName
{
background-color: #9B7B71;
}
.BgClassName
{
background-color: #9B7B71;
}
</style>
border-color css
<style>
span { border-color: #9B7B71; }
span { border-color: rgb(155,123,113); }
td.TdClassName
{
border-color: #9B7B71;
}
.TagClassName
{
border-color: #9B7B71;
}
</style>