Shades of Muesli #968353
Tints of Muesli #968353
RGB
CMYK
RGB Variations
Color information
#968353 (or 0x968353) is known color: Muesli. HEX triplet: 96, 83 and 53. RGB value is (150,131,83). Sum of RGB (Red+Green+Blue) = 150+131+83=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #968353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968353 is #697CAC. Grayscale: #838383. Windows color (decimal): -6913197 or 5473174. OLE color: 5473174.
HSL color Cylindrical-coordinate representation of color #968353: hue angle of 42.99º 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 #968353 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 83 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.41 |
| HSL | 42.99º | 0.29% | 0.46% | - |
| HSV(B) | 42.99º | 0.45% | 0.59% | - |
| XYZ | 22.26 | 23.34 | 11.52 | - |
| YUV | 131.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 83 | 0 | 0.13 | 0.45 | 0.41 | 42.99 | 0.29 | 0.46 |
| Hex | 96 | 83 | 53 | 0 | D | 2D | 29 | 2B | 1D | 2E |
| Octal | 226 | 203 | 123 | 0 | 15 | 55 | 51 | 53 | 35 | 56 |
| Binary | 10010110 | 10000011 | 1010011 | 0 | 1101 | 101101 | 101001 | 101011 | 11101 | 101110 |
Color Harmonies of #968353
Complementary color
Monochromatic Colors of #968353
Black with #968353
Text Example
Text Example
White with #968353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968353; }
p { color: rgb(150,131,83); }
H1.HeaderClassName
{
color: #968353;
}
.AnyTagClassName
{
color: #968353;
}
</style>
background-color css
<style>
a { background-color: #968353; }
a { background-color: rgb(150,131,83); }
div.DivClassName
{
background-color: #968353;
}
.BgClassName
{
background-color: #968353;
}
</style>
border-color css
<style>
span { border-color: #968353; }
span { border-color: rgb(150,131,83); }
td.TdClassName
{
border-color: #968353;
}
.TagClassName
{
border-color: #968353;
}
</style>