Shades of Hemp #9B756E
Tints of Hemp #9B756E
RGB
CMYK
RGB Variations
Color information
#9B756E (or 0x9B756E) is known color: Hemp. HEX triplet: 9B, 75 and 6E. RGB value is (155,117,110). Sum of RGB (Red+Green+Blue) = 155+117+110=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B756E is #648A91. Grayscale: #7F7F7F. Windows color (decimal): -6589074 or 7239067. OLE color: 7239067.
HSL color Cylindrical-coordinate representation of color #9B756E: hue angle of 9.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B756E is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 110 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.39 |
| HSL | 9.33º | 0.18% | 0.52% | - |
| HSV(B) | 9.33º | 0.29% | 0.61% | - |
| XYZ | 22.69 | 20.82 | 17.57 | - |
| YUV | 127.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 110 | 0 | 0.25 | 0.29 | 0.39 | 9.33 | 0.18 | 0.52 |
| Hex | 9B | 75 | 6E | 0 | 19 | 1D | 27 | 9 | 12 | 34 |
| Octal | 233 | 165 | 156 | 0 | 31 | 35 | 47 | 11 | 22 | 64 |
| Binary | 10011011 | 1110101 | 1101110 | 0 | 11001 | 11101 | 100111 | 1001 | 10010 | 110100 |
Color Harmonies of #9B756E
Complementary color
Monochromatic Colors of #9B756E
Black with #9B756E
Text Example
Text Example
White with #9B756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B756E; }
p { color: rgb(155,117,110); }
H1.HeaderClassName
{
color: #9B756E;
}
.AnyTagClassName
{
color: #9B756E;
}
</style>
background-color css
<style>
a { background-color: #9B756E; }
a { background-color: rgb(155,117,110); }
div.DivClassName
{
background-color: #9B756E;
}
.BgClassName
{
background-color: #9B756E;
}
</style>
border-color css
<style>
span { border-color: #9B756E; }
span { border-color: rgb(155,117,110); }
td.TdClassName
{
border-color: #9B756E;
}
.TagClassName
{
border-color: #9B756E;
}
</style>