Shades of Muesli #9A865B
Tints of Muesli #9A865B
RGB
CMYK
RGB Variations
Color information
#9A865B (or 0x9A865B) is known color: Muesli. HEX triplet: 9A, 86 and 5B. RGB value is (154,134,91). Sum of RGB (Red+Green+Blue) = 154+134+91=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A865B is #6579A4. Grayscale: #878787. Windows color (decimal): -6650277 or 5998234. OLE color: 5998234.
HSL color Cylindrical-coordinate representation of color #9A865B: hue angle of 40.95º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A865B is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 134 | 91 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.40 |
| HSL | 40.95º | 0.26% | 0.48% | - |
| HSV(B) | 40.95º | 0.41% | 0.6% | - |
| XYZ | 23.74 | 24.68 | 13.41 | - |
| YUV | 135.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 91 | 0 | 0.13 | 0.41 | 0.40 | 40.95 | 0.26 | 0.48 |
| Hex | 9A | 86 | 5B | 0 | D | 29 | 28 | 29 | 1A | 30 |
| Octal | 232 | 206 | 133 | 0 | 15 | 51 | 50 | 51 | 32 | 60 |
| Binary | 10011010 | 10000110 | 1011011 | 0 | 1101 | 101001 | 101000 | 101001 | 11010 | 110000 |
Color Harmonies of #9A865B
Complementary color
Monochromatic Colors of #9A865B
Black with #9A865B
Text Example
Text Example
White with #9A865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A865B; }
p { color: rgb(154,134,91); }
H1.HeaderClassName
{
color: #9A865B;
}
.AnyTagClassName
{
color: #9A865B;
}
</style>
background-color css
<style>
a { background-color: #9A865B; }
a { background-color: rgb(154,134,91); }
div.DivClassName
{
background-color: #9A865B;
}
.BgClassName
{
background-color: #9A865B;
}
</style>
border-color css
<style>
span { border-color: #9A865B; }
span { border-color: rgb(154,134,91); }
td.TdClassName
{
border-color: #9A865B;
}
.TagClassName
{
border-color: #9A865B;
}
</style>