Shades of Muesli #9A864B
Tints of Muesli #9A864B
RGB
CMYK
RGB Variations
Color information
#9A864B (or 0x9A864B) is known color: Muesli. HEX triplet: 9A, 86 and 4B. RGB value is (154,134,75). Sum of RGB (Red+Green+Blue) = 154+134+75=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A864B is #6579B4. Grayscale: #858585. Windows color (decimal): -6650293 or 4949658. OLE color: 4949658.
HSL color Cylindrical-coordinate representation of color #9A864B: hue angle of 44.81º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A864B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 134 | 75 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.40 |
| HSL | 44.81º | 0.34% | 0.45% | - |
| HSV(B) | 44.81º | 0.51% | 0.6% | - |
| XYZ | 23.12 | 24.43 | 10.15 | - |
| YUV | 133.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 75 | 0 | 0.13 | 0.51 | 0.40 | 44.81 | 0.34 | 0.45 |
| Hex | 9A | 86 | 4B | 0 | D | 33 | 28 | 2D | 22 | 2D |
| Octal | 232 | 206 | 113 | 0 | 15 | 63 | 50 | 55 | 42 | 55 |
| Binary | 10011010 | 10000110 | 1001011 | 0 | 1101 | 110011 | 101000 | 101101 | 100010 | 101101 |
Color Harmonies of #9A864B
Complementary color
Monochromatic Colors of #9A864B
Black with #9A864B
Text Example
Text Example
White with #9A864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A864B; }
p { color: rgb(154,134,75); }
H1.HeaderClassName
{
color: #9A864B;
}
.AnyTagClassName
{
color: #9A864B;
}
</style>
background-color css
<style>
a { background-color: #9A864B; }
a { background-color: rgb(154,134,75); }
div.DivClassName
{
background-color: #9A864B;
}
.BgClassName
{
background-color: #9A864B;
}
</style>
border-color css
<style>
span { border-color: #9A864B; }
span { border-color: rgb(154,134,75); }
td.TdClassName
{
border-color: #9A864B;
}
.TagClassName
{
border-color: #9A864B;
}
</style>