Shades of Muesli #9E865A
Tints of Muesli #9E865A
RGB
CMYK
RGB Variations
Color information
#9E865A (or 0x9E865A) is known color: Muesli. HEX triplet: 9E, 86 and 5A. RGB value is (158,134,90). Sum of RGB (Red+Green+Blue) = 158+134+90=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E865A is #6179A5. Grayscale: #888888. Windows color (decimal): -6388134 or 5932702. OLE color: 5932702.
HSL color Cylindrical-coordinate representation of color #9E865A: hue angle of 38.82º 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 #9E865A is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 90 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.38 |
| HSL | 38.82º | 0.27% | 0.49% | - |
| HSV(B) | 38.82º | 0.43% | 0.62% | - |
| XYZ | 24.47 | 25.06 | 13.22 | - |
| YUV | 136.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 90 | 0 | 0.15 | 0.43 | 0.38 | 38.82 | 0.27 | 0.49 |
| Hex | 9E | 86 | 5A | 0 | F | 2B | 26 | 27 | 1B | 31 |
| Octal | 236 | 206 | 132 | 0 | 17 | 53 | 46 | 47 | 33 | 61 |
| Binary | 10011110 | 10000110 | 1011010 | 0 | 1111 | 101011 | 100110 | 100111 | 11011 | 110001 |
Color Harmonies of #9E865A
Complementary color
Monochromatic Colors of #9E865A
Black with #9E865A
Text Example
Text Example
White with #9E865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E865A; }
p { color: rgb(158,134,90); }
H1.HeaderClassName
{
color: #9E865A;
}
.AnyTagClassName
{
color: #9E865A;
}
</style>
background-color css
<style>
a { background-color: #9E865A; }
a { background-color: rgb(158,134,90); }
div.DivClassName
{
background-color: #9E865A;
}
.BgClassName
{
background-color: #9E865A;
}
</style>
border-color css
<style>
span { border-color: #9E865A; }
span { border-color: rgb(158,134,90); }
td.TdClassName
{
border-color: #9E865A;
}
.TagClassName
{
border-color: #9E865A;
}
</style>