Shades of Muesli #9F865B
Tints of Muesli #9F865B
RGB
CMYK
RGB Variations
Color information
#9F865B (or 0x9F865B) is known color: Muesli. HEX triplet: 9F, 86 and 5B. RGB value is (159,134,91). Sum of RGB (Red+Green+Blue) = 159+134+91=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F865B is #6079A4. Grayscale: #888888. Windows color (decimal): -6322597 or 5998239. OLE color: 5998239.
HSL color Cylindrical-coordinate representation of color #9F865B: hue angle of 37.94º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F865B is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 91 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.38 |
| HSL | 37.94º | 0.27% | 0.49% | - |
| HSV(B) | 37.94º | 0.43% | 0.62% | - |
| XYZ | 24.71 | 25.18 | 13.45 | - |
| YUV | 136.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 91 | 0 | 0.16 | 0.43 | 0.38 | 37.94 | 0.27 | 0.49 |
| Hex | 9F | 86 | 5B | 0 | 10 | 2B | 26 | 26 | 1B | 31 |
| Octal | 237 | 206 | 133 | 0 | 20 | 53 | 46 | 46 | 33 | 61 |
| Binary | 10011111 | 10000110 | 1011011 | 0 | 10000 | 101011 | 100110 | 100110 | 11011 | 110001 |
Color Harmonies of #9F865B
Complementary color
Monochromatic Colors of #9F865B
Black with #9F865B
Text Example
Text Example
White with #9F865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F865B; }
p { color: rgb(159,134,91); }
H1.HeaderClassName
{
color: #9F865B;
}
.AnyTagClassName
{
color: #9F865B;
}
</style>
background-color css
<style>
a { background-color: #9F865B; }
a { background-color: rgb(159,134,91); }
div.DivClassName
{
background-color: #9F865B;
}
.BgClassName
{
background-color: #9F865B;
}
</style>
border-color css
<style>
span { border-color: #9F865B; }
span { border-color: rgb(159,134,91); }
td.TdClassName
{
border-color: #9F865B;
}
.TagClassName
{
border-color: #9F865B;
}
</style>