Shades of Muesli #9F8655
Tints of Muesli #9F8655
RGB
CMYK
RGB Variations
Color information
#9F8655 (or 0x9F8655) is known color: Muesli. HEX triplet: 9F, 86 and 55. RGB value is (159,134,85). Sum of RGB (Red+Green+Blue) = 159+134+85=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8655 is #6079AA. Grayscale: #888888. Windows color (decimal): -6322603 or 5605023. OLE color: 5605023.
HSL color Cylindrical-coordinate representation of color #9F8655: hue angle of 39.73º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F8655 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 85 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.38 |
| HSL | 39.73º | 0.3% | 0.48% | - |
| HSV(B) | 39.73º | 0.47% | 0.62% | - |
| XYZ | 24.46 | 25.08 | 12.15 | - |
| YUV | 135.89 | 99.28 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 85 | 0 | 0.16 | 0.47 | 0.38 | 39.73 | 0.3 | 0.48 |
| Hex | 9F | 86 | 55 | 0 | 10 | 2F | 26 | 28 | 1E | 30 |
| Octal | 237 | 206 | 125 | 0 | 20 | 57 | 46 | 50 | 36 | 60 |
| Binary | 10011111 | 10000110 | 1010101 | 0 | 10000 | 101111 | 100110 | 101000 | 11110 | 110000 |
Color Harmonies of #9F8655
Complementary color
Monochromatic Colors of #9F8655
Black with #9F8655
Text Example
Text Example
White with #9F8655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8655; }
p { color: rgb(159,134,85); }
H1.HeaderClassName
{
color: #9F8655;
}
.AnyTagClassName
{
color: #9F8655;
}
</style>
background-color css
<style>
a { background-color: #9F8655; }
a { background-color: rgb(159,134,85); }
div.DivClassName
{
background-color: #9F8655;
}
.BgClassName
{
background-color: #9F8655;
}
</style>
border-color css
<style>
span { border-color: #9F8655; }
span { border-color: rgb(159,134,85); }
td.TdClassName
{
border-color: #9F8655;
}
.TagClassName
{
border-color: #9F8655;
}
</style>