Shades of Hemp #9A756A
Tints of Hemp #9A756A
RGB
CMYK
RGB Variations
Color information
#9A756A (or 0x9A756A) is known color: Hemp. HEX triplet: 9A, 75 and 6A. RGB value is (154,117,106). Sum of RGB (Red+Green+Blue) = 154+117+106=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A756A is #658A95. Grayscale: #7E7E7E. Windows color (decimal): -6654614 or 6976922. OLE color: 6976922.
HSL color Cylindrical-coordinate representation of color #9A756A: hue angle of 13.75º 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 #9A756A is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 117 | 106 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.40 |
| HSL | 13.75º | 0.19% | 0.51% | - |
| HSV(B) | 13.75º | 0.31% | 0.6% | - |
| XYZ | 22.29 | 20.63 | 16.44 | - |
| YUV | 126.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 106 | 0 | 0.24 | 0.31 | 0.40 | 13.75 | 0.19 | 0.51 |
| Hex | 9A | 75 | 6A | 0 | 18 | 1F | 28 | E | 13 | 33 |
| Octal | 232 | 165 | 152 | 0 | 30 | 37 | 50 | 16 | 23 | 63 |
| Binary | 10011010 | 1110101 | 1101010 | 0 | 11000 | 11111 | 101000 | 1110 | 10011 | 110011 |
Color Harmonies of #9A756A
Complementary color
Monochromatic Colors of #9A756A
Black with #9A756A
Text Example
Text Example
White with #9A756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A756A; }
p { color: rgb(154,117,106); }
H1.HeaderClassName
{
color: #9A756A;
}
.AnyTagClassName
{
color: #9A756A;
}
</style>
background-color css
<style>
a { background-color: #9A756A; }
a { background-color: rgb(154,117,106); }
div.DivClassName
{
background-color: #9A756A;
}
.BgClassName
{
background-color: #9A756A;
}
</style>
border-color css
<style>
span { border-color: #9A756A; }
span { border-color: rgb(154,117,106); }
td.TdClassName
{
border-color: #9A756A;
}
.TagClassName
{
border-color: #9A756A;
}
</style>