Shades of Hemp #9B756B
Tints of Hemp #9B756B
RGB
CMYK
RGB Variations
Color information
#9B756B (or 0x9B756B) is known color: Hemp. HEX triplet: 9B, 75 and 6B. RGB value is (155,117,107). Sum of RGB (Red+Green+Blue) = 155+117+107=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B756B is #648A94. Grayscale: #7F7F7F. Windows color (decimal): -6589077 or 7042459. OLE color: 7042459.
HSL color Cylindrical-coordinate representation of color #9B756B: hue angle of 12.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B756B is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 107 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.39 |
| HSL | 12.5º | 0.19% | 0.51% | - |
| HSV(B) | 12.5º | 0.31% | 0.61% | - |
| XYZ | 22.53 | 20.75 | 16.73 | - |
| YUV | 127.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 107 | 0 | 0.25 | 0.31 | 0.39 | 12.5 | 0.19 | 0.51 |
| Hex | 9B | 75 | 6B | 0 | 19 | 1F | 27 | C | 13 | 33 |
| Octal | 233 | 165 | 153 | 0 | 31 | 37 | 47 | 14 | 23 | 63 |
| Binary | 10011011 | 1110101 | 1101011 | 0 | 11001 | 11111 | 100111 | 1100 | 10011 | 110011 |
Color Harmonies of #9B756B
Complementary color
Monochromatic Colors of #9B756B
Black with #9B756B
Text Example
Text Example
White with #9B756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B756B; }
p { color: rgb(155,117,107); }
H1.HeaderClassName
{
color: #9B756B;
}
.AnyTagClassName
{
color: #9B756B;
}
</style>
background-color css
<style>
a { background-color: #9B756B; }
a { background-color: rgb(155,117,107); }
div.DivClassName
{
background-color: #9B756B;
}
.BgClassName
{
background-color: #9B756B;
}
</style>
border-color css
<style>
span { border-color: #9B756B; }
span { border-color: rgb(155,117,107); }
td.TdClassName
{
border-color: #9B756B;
}
.TagClassName
{
border-color: #9B756B;
}
</style>