Shades of Hemp #9A756D
Tints of Hemp #9A756D
RGB
CMYK
RGB Variations
Color information
#9A756D (or 0x9A756D) is known color: Hemp. HEX triplet: 9A, 75 and 6D. RGB value is (154,117,109). Sum of RGB (Red+Green+Blue) = 154+117+109=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A756D is #658A92. Grayscale: #7F7F7F. Windows color (decimal): -6654611 or 7173530. OLE color: 7173530.
HSL color Cylindrical-coordinate representation of color #9A756D: hue angle of 10.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A756D is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 117 | 109 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.40 |
| HSL | 10.67º | 0.18% | 0.52% | - |
| HSV(B) | 10.67º | 0.29% | 0.6% | - |
| XYZ | 22.45 | 20.7 | 17.28 | - |
| YUV | 127.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 109 | 0 | 0.24 | 0.29 | 0.40 | 10.67 | 0.18 | 0.52 |
| Hex | 9A | 75 | 6D | 0 | 18 | 1D | 28 | B | 12 | 34 |
| Octal | 232 | 165 | 155 | 0 | 30 | 35 | 50 | 13 | 22 | 64 |
| Binary | 10011010 | 1110101 | 1101101 | 0 | 11000 | 11101 | 101000 | 1011 | 10010 | 110100 |
Color Harmonies of #9A756D
Complementary color
Monochromatic Colors of #9A756D
Black with #9A756D
Text Example
Text Example
White with #9A756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A756D; }
p { color: rgb(154,117,109); }
H1.HeaderClassName
{
color: #9A756D;
}
.AnyTagClassName
{
color: #9A756D;
}
</style>
background-color css
<style>
a { background-color: #9A756D; }
a { background-color: rgb(154,117,109); }
div.DivClassName
{
background-color: #9A756D;
}
.BgClassName
{
background-color: #9A756D;
}
</style>
border-color css
<style>
span { border-color: #9A756D; }
span { border-color: rgb(154,117,109); }
td.TdClassName
{
border-color: #9A756D;
}
.TagClassName
{
border-color: #9A756D;
}
</style>