Shades of Muesli #9A8659
Tints of Muesli #9A8659
RGB
CMYK
RGB Variations
Color information
#9A8659 (or 0x9A8659) is known color: Muesli. HEX triplet: 9A, 86 and 59. RGB value is (154,134,89). Sum of RGB (Red+Green+Blue) = 154+134+89=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8659 is #6579A6. Grayscale: #878787. Windows color (decimal): -6650279 or 5867162. OLE color: 5867162.
HSL color Cylindrical-coordinate representation of color #9A8659: hue angle of 41.54º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A8659 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 134 | 89 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.40 |
| HSL | 41.54º | 0.27% | 0.48% | - |
| HSV(B) | 41.54º | 0.42% | 0.6% | - |
| XYZ | 23.65 | 24.64 | 12.96 | - |
| YUV | 134.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 89 | 0 | 0.13 | 0.42 | 0.40 | 41.54 | 0.27 | 0.48 |
| Hex | 9A | 86 | 59 | 0 | D | 2A | 28 | 2A | 1B | 30 |
| Octal | 232 | 206 | 131 | 0 | 15 | 52 | 50 | 52 | 33 | 60 |
| Binary | 10011010 | 10000110 | 1011001 | 0 | 1101 | 101010 | 101000 | 101010 | 11011 | 110000 |
Color Harmonies of #9A8659
Complementary color
Monochromatic Colors of #9A8659
Black with #9A8659
Text Example
Text Example
White with #9A8659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8659; }
p { color: rgb(154,134,89); }
H1.HeaderClassName
{
color: #9A8659;
}
.AnyTagClassName
{
color: #9A8659;
}
</style>
background-color css
<style>
a { background-color: #9A8659; }
a { background-color: rgb(154,134,89); }
div.DivClassName
{
background-color: #9A8659;
}
.BgClassName
{
background-color: #9A8659;
}
</style>
border-color css
<style>
span { border-color: #9A8659; }
span { border-color: rgb(154,134,89); }
td.TdClassName
{
border-color: #9A8659;
}
.TagClassName
{
border-color: #9A8659;
}
</style>