Shades of Hemp #9B776B
Tints of Hemp #9B776B
RGB
CMYK
RGB Variations
Color information
#9B776B (or 0x9B776B) is known color: Hemp. HEX triplet: 9B, 77 and 6B. RGB value is (155,119,107). Sum of RGB (Red+Green+Blue) = 155+119+107=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B776B is #648894. Grayscale: #808080. Windows color (decimal): -6588565 or 7042971. OLE color: 7042971.
HSL color Cylindrical-coordinate representation of color #9B776B: hue angle of 15º 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 #9B776B is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 119 | 107 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.39 |
| HSL | 15º | 0.19% | 0.51% | - |
| HSV(B) | 15º | 0.31% | 0.61% | - |
| XYZ | 22.77 | 21.22 | 16.81 | - |
| YUV | 128.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 119 | 107 | 0 | 0.23 | 0.31 | 0.39 | 15 | 0.19 | 0.51 |
| Hex | 9B | 77 | 6B | 0 | 17 | 1F | 27 | F | 13 | 33 |
| Octal | 233 | 167 | 153 | 0 | 27 | 37 | 47 | 17 | 23 | 63 |
| Binary | 10011011 | 1110111 | 1101011 | 0 | 10111 | 11111 | 100111 | 1111 | 10011 | 110011 |
Color Harmonies of #9B776B
Complementary color
Monochromatic Colors of #9B776B
Black with #9B776B
Text Example
Text Example
White with #9B776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B776B; }
p { color: rgb(155,119,107); }
H1.HeaderClassName
{
color: #9B776B;
}
.AnyTagClassName
{
color: #9B776B;
}
</style>
background-color css
<style>
a { background-color: #9B776B; }
a { background-color: rgb(155,119,107); }
div.DivClassName
{
background-color: #9B776B;
}
.BgClassName
{
background-color: #9B776B;
}
</style>
border-color css
<style>
span { border-color: #9B776B; }
span { border-color: rgb(155,119,107); }
td.TdClassName
{
border-color: #9B776B;
}
.TagClassName
{
border-color: #9B776B;
}
</style>