Shades of Hemp #9B766E
Tints of Hemp #9B766E
RGB
CMYK
RGB Variations
Color information
#9B766E (or 0x9B766E) is known color: Hemp. HEX triplet: 9B, 76 and 6E. RGB value is (155,118,110). Sum of RGB (Red+Green+Blue) = 155+118+110=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B766E is #648991. Grayscale: #808080. Windows color (decimal): -6588818 or 7239323. OLE color: 7239323.
HSL color Cylindrical-coordinate representation of color #9B766E: hue angle of 10.67º 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 #9B766E is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 110 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.39 |
| HSL | 10.67º | 0.18% | 0.52% | - |
| HSV(B) | 10.67º | 0.29% | 0.61% | - |
| XYZ | 22.81 | 21.05 | 17.61 | - |
| YUV | 128.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 110 | 0 | 0.24 | 0.29 | 0.39 | 10.67 | 0.18 | 0.52 |
| Hex | 9B | 76 | 6E | 0 | 18 | 1D | 27 | B | 12 | 34 |
| Octal | 233 | 166 | 156 | 0 | 30 | 35 | 47 | 13 | 22 | 64 |
| Binary | 10011011 | 1110110 | 1101110 | 0 | 11000 | 11101 | 100111 | 1011 | 10010 | 110100 |
Color Harmonies of #9B766E
Complementary color
Monochromatic Colors of #9B766E
Black with #9B766E
Text Example
Text Example
White with #9B766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B766E; }
p { color: rgb(155,118,110); }
H1.HeaderClassName
{
color: #9B766E;
}
.AnyTagClassName
{
color: #9B766E;
}
</style>
background-color css
<style>
a { background-color: #9B766E; }
a { background-color: rgb(155,118,110); }
div.DivClassName
{
background-color: #9B766E;
}
.BgClassName
{
background-color: #9B766E;
}
</style>
border-color css
<style>
span { border-color: #9B766E; }
span { border-color: rgb(155,118,110); }
td.TdClassName
{
border-color: #9B766E;
}
.TagClassName
{
border-color: #9B766E;
}
</style>