Shades of Hemp #9B817A
Tints of Hemp #9B817A
RGB
CMYK
RGB Variations
Color information
#9B817A (or 0x9B817A) is known color: Hemp. HEX triplet: 9B, 81 and 7A. RGB value is (155,129,122). Sum of RGB (Red+Green+Blue) = 155+129+122=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B817A is #647E85. Grayscale: #888888. Windows color (decimal): -6585990 or 8028571. OLE color: 8028571.
HSL color Cylindrical-coordinate representation of color #9B817A: hue angle of 12.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B817A is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 122 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.39 |
| HSL | 12.73º | 0.14% | 0.54% | - |
| HSV(B) | 12.73º | 0.21% | 0.61% | - |
| XYZ | 24.88 | 24.07 | 21.75 | - |
| YUV | 135.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 122 | 0 | 0.17 | 0.21 | 0.39 | 12.73 | 0.14 | 0.54 |
| Hex | 9B | 81 | 7A | 0 | 11 | 15 | 27 | D | E | 36 |
| Octal | 233 | 201 | 172 | 0 | 21 | 25 | 47 | 15 | 16 | 66 |
| Binary | 10011011 | 10000001 | 1111010 | 0 | 10001 | 10101 | 100111 | 1101 | 1110 | 110110 |
Color Harmonies of #9B817A
Complementary color
Monochromatic Colors of #9B817A
Black with #9B817A
Text Example
Text Example
White with #9B817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B817A; }
p { color: rgb(155,129,122); }
H1.HeaderClassName
{
color: #9B817A;
}
.AnyTagClassName
{
color: #9B817A;
}
</style>
background-color css
<style>
a { background-color: #9B817A; }
a { background-color: rgb(155,129,122); }
div.DivClassName
{
background-color: #9B817A;
}
.BgClassName
{
background-color: #9B817A;
}
</style>
border-color css
<style>
span { border-color: #9B817A; }
span { border-color: rgb(155,129,122); }
td.TdClassName
{
border-color: #9B817A;
}
.TagClassName
{
border-color: #9B817A;
}
</style>