Shades of Muesli #96824A
Tints of Muesli #96824A
RGB
CMYK
RGB Variations
Color information
#96824A (or 0x96824A) is known color: Muesli. HEX triplet: 96, 82 and 4A. RGB value is (150,130,74). Sum of RGB (Red+Green+Blue) = 150+130+74=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #96824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96824A is #697DB5. Grayscale: #818181. Windows color (decimal): -6913462 or 4883094. OLE color: 4883094.
HSL color Cylindrical-coordinate representation of color #96824A: hue angle of 44.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96824A is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 74 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.41 |
| HSL | 44.21º | 0.34% | 0.44% | - |
| HSV(B) | 44.21º | 0.51% | 0.59% | - |
| XYZ | 21.8 | 22.94 | 9.76 | - |
| YUV | 129.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 74 | 0 | 0.13 | 0.51 | 0.41 | 44.21 | 0.34 | 0.44 |
| Hex | 96 | 82 | 4A | 0 | D | 33 | 29 | 2C | 22 | 2C |
| Octal | 226 | 202 | 112 | 0 | 15 | 63 | 51 | 54 | 42 | 54 |
| Binary | 10010110 | 10000010 | 1001010 | 0 | 1101 | 110011 | 101001 | 101100 | 100010 | 101100 |
Color Harmonies of #96824A
Complementary color
Monochromatic Colors of #96824A
Black with #96824A
Text Example
Text Example
White with #96824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96824A; }
p { color: rgb(150,130,74); }
H1.HeaderClassName
{
color: #96824A;
}
.AnyTagClassName
{
color: #96824A;
}
</style>
background-color css
<style>
a { background-color: #96824A; }
a { background-color: rgb(150,130,74); }
div.DivClassName
{
background-color: #96824A;
}
.BgClassName
{
background-color: #96824A;
}
</style>
border-color css
<style>
span { border-color: #96824A; }
span { border-color: rgb(150,130,74); }
td.TdClassName
{
border-color: #96824A;
}
.TagClassName
{
border-color: #96824A;
}
</style>