Shades of Hemp #9B827A
Tints of Hemp #9B827A
RGB
CMYK
RGB Variations
Color information
#9B827A (or 0x9B827A) is known color: Hemp. HEX triplet: 9B, 82 and 7A. RGB value is (155,130,122). Sum of RGB (Red+Green+Blue) = 155+130+122=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B827A is #647D85. Grayscale: #888888. Windows color (decimal): -6585734 or 8028827. OLE color: 8028827.
HSL color Cylindrical-coordinate representation of color #9B827A: hue angle of 14.55º 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 #9B827A is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 122 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.39 |
| HSL | 14.55º | 0.14% | 0.54% | - |
| HSV(B) | 14.55º | 0.21% | 0.61% | - |
| XYZ | 25.01 | 24.34 | 21.79 | - |
| YUV | 136.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 122 | 0 | 0.16 | 0.21 | 0.39 | 14.55 | 0.14 | 0.54 |
| Hex | 9B | 82 | 7A | 0 | 10 | 15 | 27 | F | E | 36 |
| Octal | 233 | 202 | 172 | 0 | 20 | 25 | 47 | 17 | 16 | 66 |
| Binary | 10011011 | 10000010 | 1111010 | 0 | 10000 | 10101 | 100111 | 1111 | 1110 | 110110 |
Color Harmonies of #9B827A
Complementary color
Monochromatic Colors of #9B827A
Black with #9B827A
Text Example
Text Example
White with #9B827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B827A; }
p { color: rgb(155,130,122); }
H1.HeaderClassName
{
color: #9B827A;
}
.AnyTagClassName
{
color: #9B827A;
}
</style>
background-color css
<style>
a { background-color: #9B827A; }
a { background-color: rgb(155,130,122); }
div.DivClassName
{
background-color: #9B827A;
}
.BgClassName
{
background-color: #9B827A;
}
</style>
border-color css
<style>
span { border-color: #9B827A; }
span { border-color: rgb(155,130,122); }
td.TdClassName
{
border-color: #9B827A;
}
.TagClassName
{
border-color: #9B827A;
}
</style>