Shades of Hemp #9B746F
Tints of Hemp #9B746F
RGB
CMYK
RGB Variations
Color information
#9B746F (or 0x9B746F) is known color: Hemp. HEX triplet: 9B, 74 and 6F. RGB value is (155,116,111). Sum of RGB (Red+Green+Blue) = 155+116+111=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B746F is #648B90. Grayscale: #7F7F7F. Windows color (decimal): -6589329 or 7304347. OLE color: 7304347.
HSL color Cylindrical-coordinate representation of color #9B746F: hue angle of 6.82º 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 #9B746F is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 116 | 111 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.39 |
| HSL | 6.82º | 0.18% | 0.52% | - |
| HSV(B) | 6.82º | 0.28% | 0.61% | - |
| XYZ | 22.63 | 20.61 | 17.82 | - |
| YUV | 127.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 111 | 0 | 0.25 | 0.28 | 0.39 | 6.82 | 0.18 | 0.52 |
| Hex | 9B | 74 | 6F | 0 | 19 | 1C | 27 | 7 | 12 | 34 |
| Octal | 233 | 164 | 157 | 0 | 31 | 34 | 47 | 7 | 22 | 64 |
| Binary | 10011011 | 1110100 | 1101111 | 0 | 11001 | 11100 | 100111 | 111 | 10010 | 110100 |
Color Harmonies of #9B746F
Complementary color
Monochromatic Colors of #9B746F
Black with #9B746F
Text Example
Text Example
White with #9B746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B746F; }
p { color: rgb(155,116,111); }
H1.HeaderClassName
{
color: #9B746F;
}
.AnyTagClassName
{
color: #9B746F;
}
</style>
background-color css
<style>
a { background-color: #9B746F; }
a { background-color: rgb(155,116,111); }
div.DivClassName
{
background-color: #9B746F;
}
.BgClassName
{
background-color: #9B746F;
}
</style>
border-color css
<style>
span { border-color: #9B746F; }
span { border-color: rgb(155,116,111); }
td.TdClassName
{
border-color: #9B746F;
}
.TagClassName
{
border-color: #9B746F;
}
</style>