Shades of Hemp #9A766C
Tints of Hemp #9A766C
RGB
CMYK
RGB Variations
Color information
#9A766C (or 0x9A766C) is known color: Hemp. HEX triplet: 9A, 76 and 6C. RGB value is (154,118,108). Sum of RGB (Red+Green+Blue) = 154+118+108=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A766C is #658993. Grayscale: #7F7F7F. Windows color (decimal): -6654356 or 7108250. OLE color: 7108250.
HSL color Cylindrical-coordinate representation of color #9A766C: hue angle of 13.04º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A766C is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 118 | 108 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.40 |
| HSL | 13.04º | 0.19% | 0.51% | - |
| HSV(B) | 13.04º | 0.3% | 0.6% | - |
| XYZ | 22.51 | 20.91 | 17.04 | - |
| YUV | 127.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 118 | 108 | 0 | 0.23 | 0.30 | 0.40 | 13.04 | 0.19 | 0.51 |
| Hex | 9A | 76 | 6C | 0 | 17 | 1E | 28 | D | 13 | 33 |
| Octal | 232 | 166 | 154 | 0 | 27 | 36 | 50 | 15 | 23 | 63 |
| Binary | 10011010 | 1110110 | 1101100 | 0 | 10111 | 11110 | 101000 | 1101 | 10011 | 110011 |
Color Harmonies of #9A766C
Complementary color
Monochromatic Colors of #9A766C
Black with #9A766C
Text Example
Text Example
White with #9A766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A766C; }
p { color: rgb(154,118,108); }
H1.HeaderClassName
{
color: #9A766C;
}
.AnyTagClassName
{
color: #9A766C;
}
</style>
background-color css
<style>
a { background-color: #9A766C; }
a { background-color: rgb(154,118,108); }
div.DivClassName
{
background-color: #9A766C;
}
.BgClassName
{
background-color: #9A766C;
}
</style>
border-color css
<style>
span { border-color: #9A766C; }
span { border-color: rgb(154,118,108); }
td.TdClassName
{
border-color: #9A766C;
}
.TagClassName
{
border-color: #9A766C;
}
</style>