Shades of Hemp #9B766B
Tints of Hemp #9B766B
RGB
CMYK
RGB Variations
Color information
#9B766B (or 0x9B766B) is known color: Hemp. HEX triplet: 9B, 76 and 6B. RGB value is (155,118,107). Sum of RGB (Red+Green+Blue) = 155+118+107=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B766B is #648994. Grayscale: #7F7F7F. Windows color (decimal): -6588821 or 7042715. OLE color: 7042715.
HSL color Cylindrical-coordinate representation of color #9B766B: hue angle of 13.75º 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 #9B766B is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 107 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.39 |
| HSL | 13.75º | 0.19% | 0.51% | - |
| HSV(B) | 13.75º | 0.31% | 0.61% | - |
| XYZ | 22.65 | 20.99 | 16.77 | - |
| YUV | 127.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 107 | 0 | 0.24 | 0.31 | 0.39 | 13.75 | 0.19 | 0.51 |
| Hex | 9B | 76 | 6B | 0 | 18 | 1F | 27 | E | 13 | 33 |
| Octal | 233 | 166 | 153 | 0 | 30 | 37 | 47 | 16 | 23 | 63 |
| Binary | 10011011 | 1110110 | 1101011 | 0 | 11000 | 11111 | 100111 | 1110 | 10011 | 110011 |
Color Harmonies of #9B766B
Complementary color
Monochromatic Colors of #9B766B
Black with #9B766B
Text Example
Text Example
White with #9B766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B766B; }
p { color: rgb(155,118,107); }
H1.HeaderClassName
{
color: #9B766B;
}
.AnyTagClassName
{
color: #9B766B;
}
</style>
background-color css
<style>
a { background-color: #9B766B; }
a { background-color: rgb(155,118,107); }
div.DivClassName
{
background-color: #9B766B;
}
.BgClassName
{
background-color: #9B766B;
}
</style>
border-color css
<style>
span { border-color: #9B766B; }
span { border-color: rgb(155,118,107); }
td.TdClassName
{
border-color: #9B766B;
}
.TagClassName
{
border-color: #9B766B;
}
</style>