Shades of Muesli #96824B
Tints of Muesli #96824B
RGB
CMYK
RGB Variations
Color information
#96824B (or 0x96824B) is known color: Muesli. HEX triplet: 96, 82 and 4B. RGB value is (150,130,75). Sum of RGB (Red+Green+Blue) = 150+130+75=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #96824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96824B is #697DB4. Grayscale: #818181. Windows color (decimal): -6913461 or 4948630. OLE color: 4948630.
HSL color Cylindrical-coordinate representation of color #96824B: hue angle of 44º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96824B is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 75 | - |
| CMYK | 0 | 0.13 | 0.5 | 0.41 |
| HSL | 44º | 0.33% | 0.44% | - |
| HSV(B) | 44º | 0.5% | 0.59% | - |
| XYZ | 21.83 | 22.96 | 9.94 | - |
| YUV | 129.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 75 | 0 | 0.13 | 0.5 | 0.41 | 44 | 0.33 | 0.44 |
| Hex | 96 | 82 | 4B | 0 | D | 32 | 29 | 2C | 21 | 2C |
| Octal | 226 | 202 | 113 | 0 | 15 | 62 | 51 | 54 | 41 | 54 |
| Binary | 10010110 | 10000010 | 1001011 | 0 | 1101 | 110010 | 101001 | 101100 | 100001 | 101100 |
Color Harmonies of #96824B
Complementary color
Monochromatic Colors of #96824B
Black with #96824B
Text Example
Text Example
White with #96824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96824B; }
p { color: rgb(150,130,75); }
H1.HeaderClassName
{
color: #96824B;
}
.AnyTagClassName
{
color: #96824B;
}
</style>
background-color css
<style>
a { background-color: #96824B; }
a { background-color: rgb(150,130,75); }
div.DivClassName
{
background-color: #96824B;
}
.BgClassName
{
background-color: #96824B;
}
</style>
border-color css
<style>
span { border-color: #96824B; }
span { border-color: rgb(150,130,75); }
td.TdClassName
{
border-color: #96824B;
}
.TagClassName
{
border-color: #96824B;
}
</style>