Shades of Hemp #9B756F
Tints of Hemp #9B756F
RGB
CMYK
RGB Variations
Color information
#9B756F (or 0x9B756F) is known color: Hemp. HEX triplet: 9B, 75 and 6F. RGB value is (155,117,111). Sum of RGB (Red+Green+Blue) = 155+117+111=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B756F is #648A90. Grayscale: #7F7F7F. Windows color (decimal): -6589073 or 7304603. OLE color: 7304603.
HSL color Cylindrical-coordinate representation of color #9B756F: hue angle of 8.18º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B756F is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 111 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.39 |
| HSL | 8.18º | 0.18% | 0.52% | - |
| HSV(B) | 8.18º | 0.28% | 0.61% | - |
| XYZ | 22.75 | 20.84 | 17.86 | - |
| YUV | 127.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 111 | 0 | 0.25 | 0.28 | 0.39 | 8.18 | 0.18 | 0.52 |
| Hex | 9B | 75 | 6F | 0 | 19 | 1C | 27 | 8 | 12 | 34 |
| Octal | 233 | 165 | 157 | 0 | 31 | 34 | 47 | 10 | 22 | 64 |
| Binary | 10011011 | 1110101 | 1101111 | 0 | 11001 | 11100 | 100111 | 1000 | 10010 | 110100 |
Color Harmonies of #9B756F
Complementary color
Monochromatic Colors of #9B756F
Black with #9B756F
Text Example
Text Example
White with #9B756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B756F; }
p { color: rgb(155,117,111); }
H1.HeaderClassName
{
color: #9B756F;
}
.AnyTagClassName
{
color: #9B756F;
}
</style>
background-color css
<style>
a { background-color: #9B756F; }
a { background-color: rgb(155,117,111); }
div.DivClassName
{
background-color: #9B756F;
}
.BgClassName
{
background-color: #9B756F;
}
</style>
border-color css
<style>
span { border-color: #9B756F; }
span { border-color: rgb(155,117,111); }
td.TdClassName
{
border-color: #9B756F;
}
.TagClassName
{
border-color: #9B756F;
}
</style>