Shades of Muesli #968253
Tints of Muesli #968253
RGB
CMYK
RGB Variations
Color information
#968253 (or 0x968253) is known color: Muesli. HEX triplet: 96, 82 and 53. RGB value is (150,130,83). Sum of RGB (Red+Green+Blue) = 150+130+83=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #968253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968253 is #697DAC. Grayscale: #828282. Windows color (decimal): -6913453 or 5472918. OLE color: 5472918.
HSL color Cylindrical-coordinate representation of color #968253: hue angle of 42.09º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #968253 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 83 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.41 |
| HSL | 42.09º | 0.29% | 0.46% | - |
| HSV(B) | 42.09º | 0.45% | 0.59% | - |
| XYZ | 22.12 | 23.07 | 11.47 | - |
| YUV | 130.62 | 101.13 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 83 | 0 | 0.13 | 0.45 | 0.41 | 42.09 | 0.29 | 0.46 |
| Hex | 96 | 82 | 53 | 0 | D | 2D | 29 | 2A | 1D | 2E |
| Octal | 226 | 202 | 123 | 0 | 15 | 55 | 51 | 52 | 35 | 56 |
| Binary | 10010110 | 10000010 | 1010011 | 0 | 1101 | 101101 | 101001 | 101010 | 11101 | 101110 |
Color Harmonies of #968253
Complementary color
Monochromatic Colors of #968253
Black with #968253
Text Example
Text Example
White with #968253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968253; }
p { color: rgb(150,130,83); }
H1.HeaderClassName
{
color: #968253;
}
.AnyTagClassName
{
color: #968253;
}
</style>
background-color css
<style>
a { background-color: #968253; }
a { background-color: rgb(150,130,83); }
div.DivClassName
{
background-color: #968253;
}
.BgClassName
{
background-color: #968253;
}
</style>
border-color css
<style>
span { border-color: #968253; }
span { border-color: rgb(150,130,83); }
td.TdClassName
{
border-color: #968253;
}
.TagClassName
{
border-color: #968253;
}
</style>