Shades of Hemp #9B857D
Tints of Hemp #9B857D
RGB
CMYK
RGB Variations
Color information
#9B857D (or 0x9B857D) is known color: Hemp. HEX triplet: 9B, 85 and 7D. RGB value is (155,133,125). Sum of RGB (Red+Green+Blue) = 155+133+125=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 155 - color contains mainly: red. Hex color #9B857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B857D is #647A82. Grayscale: #8A8A8A. Windows color (decimal): -6584963 or 8226203. OLE color: 8226203.
HSL color Cylindrical-coordinate representation of color #9B857D: hue angle of 16º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B857D is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 133 | 125 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.39 |
| HSL | 16º | 0.13% | 0.55% | - |
| HSV(B) | 16º | 0.19% | 0.61% | - |
| XYZ | 25.61 | 25.22 | 22.92 | - |
| YUV | 138.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 133 | 125 | 0 | 0.14 | 0.19 | 0.39 | 16 | 0.13 | 0.55 |
| Hex | 9B | 85 | 7D | 0 | E | 13 | 27 | 10 | D | 37 |
| Octal | 233 | 205 | 175 | 0 | 16 | 23 | 47 | 20 | 15 | 67 |
| Binary | 10011011 | 10000101 | 1111101 | 0 | 1110 | 10011 | 100111 | 10000 | 1101 | 110111 |
Color Harmonies of #9B857D
Complementary color
Monochromatic Colors of #9B857D
Black with #9B857D
Text Example
Text Example
White with #9B857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B857D; }
p { color: rgb(155,133,125); }
H1.HeaderClassName
{
color: #9B857D;
}
.AnyTagClassName
{
color: #9B857D;
}
</style>
background-color css
<style>
a { background-color: #9B857D; }
a { background-color: rgb(155,133,125); }
div.DivClassName
{
background-color: #9B857D;
}
.BgClassName
{
background-color: #9B857D;
}
</style>
border-color css
<style>
span { border-color: #9B857D; }
span { border-color: rgb(155,133,125); }
td.TdClassName
{
border-color: #9B857D;
}
.TagClassName
{
border-color: #9B857D;
}
</style>