Shades of Muesli #9C865D
Tints of Muesli #9C865D
RGB
CMYK
RGB Variations
Color information
#9C865D (or 0x9C865D) is known color: Muesli. HEX triplet: 9C, 86 and 5D. RGB value is (156,134,93). Sum of RGB (Red+Green+Blue) = 156+134+93=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C865D is #6379A2. Grayscale: #888888. Windows color (decimal): -6519203 or 6129308. OLE color: 6129308.
HSL color Cylindrical-coordinate representation of color #9C865D: hue angle of 39.05º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C865D is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 93 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.39 |
| HSL | 39.05º | 0.25% | 0.49% | - |
| HSV(B) | 39.05º | 0.4% | 0.61% | - |
| XYZ | 24.21 | 24.91 | 13.89 | - |
| YUV | 135.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 93 | 0 | 0.14 | 0.40 | 0.39 | 39.05 | 0.25 | 0.49 |
| Hex | 9C | 86 | 5D | 0 | E | 28 | 27 | 27 | 19 | 31 |
| Octal | 234 | 206 | 135 | 0 | 16 | 50 | 47 | 47 | 31 | 61 |
| Binary | 10011100 | 10000110 | 1011101 | 0 | 1110 | 101000 | 100111 | 100111 | 11001 | 110001 |
Color Harmonies of #9C865D
Complementary color
Monochromatic Colors of #9C865D
Black with #9C865D
Text Example
Text Example
White with #9C865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C865D; }
p { color: rgb(156,134,93); }
H1.HeaderClassName
{
color: #9C865D;
}
.AnyTagClassName
{
color: #9C865D;
}
</style>
background-color css
<style>
a { background-color: #9C865D; }
a { background-color: rgb(156,134,93); }
div.DivClassName
{
background-color: #9C865D;
}
.BgClassName
{
background-color: #9C865D;
}
</style>
border-color css
<style>
span { border-color: #9C865D; }
span { border-color: rgb(156,134,93); }
td.TdClassName
{
border-color: #9C865D;
}
.TagClassName
{
border-color: #9C865D;
}
</style>