Shades of Hemp #9A796C
Tints of Hemp #9A796C
RGB
CMYK
RGB Variations
Color information
#9A796C (or 0x9A796C) is known color: Hemp. HEX triplet: 9A, 79 and 6C. RGB value is (154,121,108). Sum of RGB (Red+Green+Blue) = 154+121+108=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A796C is #658693. Grayscale: #818181. Windows color (decimal): -6653588 or 7109018. OLE color: 7109018.
HSL color Cylindrical-coordinate representation of color #9A796C: hue angle of 16.96º 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 #9A796C is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 121 | 108 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.40 |
| HSL | 16.96º | 0.19% | 0.51% | - |
| HSV(B) | 16.96º | 0.3% | 0.6% | - |
| XYZ | 22.87 | 21.63 | 17.16 | - |
| YUV | 129.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 121 | 108 | 0 | 0.21 | 0.30 | 0.40 | 16.96 | 0.19 | 0.51 |
| Hex | 9A | 79 | 6C | 0 | 15 | 1E | 28 | 11 | 13 | 33 |
| Octal | 232 | 171 | 154 | 0 | 25 | 36 | 50 | 21 | 23 | 63 |
| Binary | 10011010 | 1111001 | 1101100 | 0 | 10101 | 11110 | 101000 | 10001 | 10011 | 110011 |
Color Harmonies of #9A796C
Complementary color
Monochromatic Colors of #9A796C
Black with #9A796C
Text Example
Text Example
White with #9A796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A796C; }
p { color: rgb(154,121,108); }
H1.HeaderClassName
{
color: #9A796C;
}
.AnyTagClassName
{
color: #9A796C;
}
</style>
background-color css
<style>
a { background-color: #9A796C; }
a { background-color: rgb(154,121,108); }
div.DivClassName
{
background-color: #9A796C;
}
.BgClassName
{
background-color: #9A796C;
}
</style>
border-color css
<style>
span { border-color: #9A796C; }
span { border-color: rgb(154,121,108); }
td.TdClassName
{
border-color: #9A796C;
}
.TagClassName
{
border-color: #9A796C;
}
</style>