Shades of Muesli #9A865A
Tints of Muesli #9A865A
RGB
CMYK
RGB Variations
Color information
#9A865A (or 0x9A865A) is known color: Muesli. HEX triplet: 9A, 86 and 5A. RGB value is (154,134,90). Sum of RGB (Red+Green+Blue) = 154+134+90=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A865A is #6579A5. Grayscale: #878787. Windows color (decimal): -6650278 or 5932698. OLE color: 5932698.
HSL color Cylindrical-coordinate representation of color #9A865A: hue angle of 41.25º degrees, saturation: 0.26, 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 #9A865A is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 134 | 90 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.40 |
| HSL | 41.25º | 0.26% | 0.48% | - |
| HSV(B) | 41.25º | 0.42% | 0.6% | - |
| XYZ | 23.7 | 24.66 | 13.18 | - |
| YUV | 134.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 90 | 0 | 0.13 | 0.42 | 0.40 | 41.25 | 0.26 | 0.48 |
| Hex | 9A | 86 | 5A | 0 | D | 2A | 28 | 29 | 1A | 30 |
| Octal | 232 | 206 | 132 | 0 | 15 | 52 | 50 | 51 | 32 | 60 |
| Binary | 10011010 | 10000110 | 1011010 | 0 | 1101 | 101010 | 101000 | 101001 | 11010 | 110000 |
Color Harmonies of #9A865A
Complementary color
Monochromatic Colors of #9A865A
Black with #9A865A
Text Example
Text Example
White with #9A865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A865A; }
p { color: rgb(154,134,90); }
H1.HeaderClassName
{
color: #9A865A;
}
.AnyTagClassName
{
color: #9A865A;
}
</style>
background-color css
<style>
a { background-color: #9A865A; }
a { background-color: rgb(154,134,90); }
div.DivClassName
{
background-color: #9A865A;
}
.BgClassName
{
background-color: #9A865A;
}
</style>
border-color css
<style>
span { border-color: #9A865A; }
span { border-color: rgb(154,134,90); }
td.TdClassName
{
border-color: #9A865A;
}
.TagClassName
{
border-color: #9A865A;
}
</style>