Shades of Hemp #9A776B
Tints of Hemp #9A776B
RGB
CMYK
RGB Variations
Color information
#9A776B (or 0x9A776B) is known color: Hemp. HEX triplet: 9A, 77 and 6B. RGB value is (154,119,107). Sum of RGB (Red+Green+Blue) = 154+119+107=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A776B is #658894. Grayscale: #808080. Windows color (decimal): -6654101 or 7042970. OLE color: 7042970.
HSL color Cylindrical-coordinate representation of color #9A776B: hue angle of 15.32º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A776B is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 119 | 107 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.40 |
| HSL | 15.32º | 0.19% | 0.51% | - |
| HSV(B) | 15.32º | 0.31% | 0.6% | - |
| XYZ | 22.58 | 21.13 | 16.8 | - |
| YUV | 128.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 107 | 0 | 0.23 | 0.31 | 0.40 | 15.32 | 0.19 | 0.51 |
| Hex | 9A | 77 | 6B | 0 | 17 | 1F | 28 | F | 13 | 33 |
| Octal | 232 | 167 | 153 | 0 | 27 | 37 | 50 | 17 | 23 | 63 |
| Binary | 10011010 | 1110111 | 1101011 | 0 | 10111 | 11111 | 101000 | 1111 | 10011 | 110011 |
Color Harmonies of #9A776B
Complementary color
Monochromatic Colors of #9A776B
Black with #9A776B
Text Example
Text Example
White with #9A776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A776B; }
p { color: rgb(154,119,107); }
H1.HeaderClassName
{
color: #9A776B;
}
.AnyTagClassName
{
color: #9A776B;
}
</style>
background-color css
<style>
a { background-color: #9A776B; }
a { background-color: rgb(154,119,107); }
div.DivClassName
{
background-color: #9A776B;
}
.BgClassName
{
background-color: #9A776B;
}
</style>
border-color css
<style>
span { border-color: #9A776B; }
span { border-color: rgb(154,119,107); }
td.TdClassName
{
border-color: #9A776B;
}
.TagClassName
{
border-color: #9A776B;
}
</style>