Shades of Hemp #9B817B
Tints of Hemp #9B817B
RGB
CMYK
RGB Variations
Color information
#9B817B (or 0x9B817B) is known color: Hemp. HEX triplet: 9B, 81 and 7B. RGB value is (155,129,123). Sum of RGB (Red+Green+Blue) = 155+129+123=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B817B is #647E84. Grayscale: #888888. Windows color (decimal): -6585989 or 8094107. OLE color: 8094107.
HSL color Cylindrical-coordinate representation of color #9B817B: hue angle of 11.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B817B is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 123 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.39 |
| HSL | 11.25º | 0.14% | 0.55% | - |
| HSV(B) | 11.25º | 0.21% | 0.61% | - |
| XYZ | 24.94 | 24.1 | 22.08 | - |
| YUV | 136.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 123 | 0 | 0.17 | 0.21 | 0.39 | 11.25 | 0.14 | 0.55 |
| Hex | 9B | 81 | 7B | 0 | 11 | 15 | 27 | B | E | 37 |
| Octal | 233 | 201 | 173 | 0 | 21 | 25 | 47 | 13 | 16 | 67 |
| Binary | 10011011 | 10000001 | 1111011 | 0 | 10001 | 10101 | 100111 | 1011 | 1110 | 110111 |
Color Harmonies of #9B817B
Complementary color
Monochromatic Colors of #9B817B
Black with #9B817B
Text Example
Text Example
White with #9B817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B817B; }
p { color: rgb(155,129,123); }
H1.HeaderClassName
{
color: #9B817B;
}
.AnyTagClassName
{
color: #9B817B;
}
</style>
background-color css
<style>
a { background-color: #9B817B; }
a { background-color: rgb(155,129,123); }
div.DivClassName
{
background-color: #9B817B;
}
.BgClassName
{
background-color: #9B817B;
}
</style>
border-color css
<style>
span { border-color: #9B817B; }
span { border-color: rgb(155,129,123); }
td.TdClassName
{
border-color: #9B817B;
}
.TagClassName
{
border-color: #9B817B;
}
</style>