Shades of Hemp #9B8070
Tints of Hemp #9B8070
RGB
CMYK
RGB Variations
Color information
#9B8070 (or 0x9B8070) is known color: Hemp. HEX triplet: 9B, 80 and 70. RGB value is (155,128,112). Sum of RGB (Red+Green+Blue) = 155+128+112=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8070 is #647F8F. Grayscale: #868686. Windows color (decimal): -6586256 or 7372955. OLE color: 7372955.
HSL color Cylindrical-coordinate representation of color #9B8070: hue angle of 22.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B8070 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 112 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.39 |
| HSL | 22.33º | 0.18% | 0.52% | - |
| HSV(B) | 22.33º | 0.28% | 0.61% | - |
| XYZ | 24.16 | 23.58 | 18.61 | - |
| YUV | 134.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 112 | 0 | 0.17 | 0.28 | 0.39 | 22.33 | 0.18 | 0.52 |
| Hex | 9B | 80 | 70 | 0 | 11 | 1C | 27 | 16 | 12 | 34 |
| Octal | 233 | 200 | 160 | 0 | 21 | 34 | 47 | 26 | 22 | 64 |
| Binary | 10011011 | 10000000 | 1110000 | 0 | 10001 | 11100 | 100111 | 10110 | 10010 | 110100 |
Color Harmonies of #9B8070
Complementary color
Monochromatic Colors of #9B8070
Black with #9B8070
Text Example
Text Example
White with #9B8070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8070; }
p { color: rgb(155,128,112); }
H1.HeaderClassName
{
color: #9B8070;
}
.AnyTagClassName
{
color: #9B8070;
}
</style>
background-color css
<style>
a { background-color: #9B8070; }
a { background-color: rgb(155,128,112); }
div.DivClassName
{
background-color: #9B8070;
}
.BgClassName
{
background-color: #9B8070;
}
</style>
border-color css
<style>
span { border-color: #9B8070; }
span { border-color: rgb(155,128,112); }
td.TdClassName
{
border-color: #9B8070;
}
.TagClassName
{
border-color: #9B8070;
}
</style>