Shades of Muesli #9A8956
Tints of Muesli #9A8956
RGB
CMYK
RGB Variations
Color information
#9A8956 (or 0x9A8956) is known color: Muesli. HEX triplet: 9A, 89 and 56. RGB value is (154,137,86). Sum of RGB (Red+Green+Blue) = 154+137+86=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8956 is #6576A9. Grayscale: #888888. Windows color (decimal): -6649514 or 5671322. OLE color: 5671322.
HSL color Cylindrical-coordinate representation of color #9A8956: hue angle of 45º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A8956 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 137 | 86 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.40 |
| HSL | 45º | 0.28% | 0.47% | - |
| HSV(B) | 45º | 0.44% | 0.6% | - |
| XYZ | 23.95 | 25.43 | 12.45 | - |
| YUV | 136.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 86 | 0 | 0.11 | 0.44 | 0.40 | 45 | 0.28 | 0.47 |
| Hex | 9A | 89 | 56 | 0 | B | 2C | 28 | 2D | 1C | 2F |
| Octal | 232 | 211 | 126 | 0 | 13 | 54 | 50 | 55 | 34 | 57 |
| Binary | 10011010 | 10001001 | 1010110 | 0 | 1011 | 101100 | 101000 | 101101 | 11100 | 101111 |
Color Harmonies of #9A8956
Complementary color
Monochromatic Colors of #9A8956
Black with #9A8956
Text Example
Text Example
White with #9A8956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8956; }
p { color: rgb(154,137,86); }
H1.HeaderClassName
{
color: #9A8956;
}
.AnyTagClassName
{
color: #9A8956;
}
</style>
background-color css
<style>
a { background-color: #9A8956; }
a { background-color: rgb(154,137,86); }
div.DivClassName
{
background-color: #9A8956;
}
.BgClassName
{
background-color: #9A8956;
}
</style>
border-color css
<style>
span { border-color: #9A8956; }
span { border-color: rgb(154,137,86); }
td.TdClassName
{
border-color: #9A8956;
}
.TagClassName
{
border-color: #9A8956;
}
</style>