Shades of Hemp #9B7C6A
Tints of Hemp #9B7C6A
RGB
CMYK
RGB Variations
Color information
#9B7C6A (or 0x9B7C6A) is known color: Hemp. HEX triplet: 9B, 7C and 6A. RGB value is (155,124,106). Sum of RGB (Red+Green+Blue) = 155+124+106=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C6A is #648395. Grayscale: #838383. Windows color (decimal): -6587286 or 6978715. OLE color: 6978715.
HSL color Cylindrical-coordinate representation of color #9B7C6A: hue angle of 22.04º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B7C6A is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 124 | 106 | - |
| CMYK | 0 | 0.2 | 0.32 | 0.39 |
| HSL | 22.04º | 0.2% | 0.51% | - |
| HSV(B) | 22.04º | 0.32% | 0.61% | - |
| XYZ | 23.33 | 22.42 | 16.73 | - |
| YUV | 131.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 106 | 0 | 0.2 | 0.32 | 0.39 | 22.04 | 0.2 | 0.51 |
| Hex | 9B | 7C | 6A | 0 | 14 | 20 | 27 | 16 | 14 | 33 |
| Octal | 233 | 174 | 152 | 0 | 24 | 40 | 47 | 26 | 24 | 63 |
| Binary | 10011011 | 1111100 | 1101010 | 0 | 10100 | 100000 | 100111 | 10110 | 10100 | 110011 |
Color Harmonies of #9B7C6A
Complementary color
Monochromatic Colors of #9B7C6A
Black with #9B7C6A
Text Example
Text Example
White with #9B7C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7C6A; }
p { color: rgb(155,124,106); }
H1.HeaderClassName
{
color: #9B7C6A;
}
.AnyTagClassName
{
color: #9B7C6A;
}
</style>
background-color css
<style>
a { background-color: #9B7C6A; }
a { background-color: rgb(155,124,106); }
div.DivClassName
{
background-color: #9B7C6A;
}
.BgClassName
{
background-color: #9B7C6A;
}
</style>
border-color css
<style>
span { border-color: #9B7C6A; }
span { border-color: rgb(155,124,106); }
td.TdClassName
{
border-color: #9B7C6A;
}
.TagClassName
{
border-color: #9B7C6A;
}
</style>