Shades of Muesli #968050
Tints of Muesli #968050
RGB
CMYK
RGB Variations
Color information
#968050 (or 0x968050) is known color: Muesli. HEX triplet: 96, 80 and 50. RGB value is (150,128,80). Sum of RGB (Red+Green+Blue) = 150+128+80=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #968050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968050 is #697FAF. Grayscale: #818181. Windows color (decimal): -6913968 or 5275798. OLE color: 5275798.
HSL color Cylindrical-coordinate representation of color #968050: hue angle of 41.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #968050 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 80 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.41 |
| HSL | 41.14º | 0.3% | 0.45% | - |
| HSV(B) | 41.14º | 0.47% | 0.59% | - |
| XYZ | 21.74 | 22.5 | 10.79 | - |
| YUV | 129.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 80 | 0 | 0.15 | 0.47 | 0.41 | 41.14 | 0.3 | 0.45 |
| Hex | 96 | 80 | 50 | 0 | F | 2F | 29 | 29 | 1E | 2D |
| Octal | 226 | 200 | 120 | 0 | 17 | 57 | 51 | 51 | 36 | 55 |
| Binary | 10010110 | 10000000 | 1010000 | 0 | 1111 | 101111 | 101001 | 101001 | 11110 | 101101 |
Color Harmonies of #968050
Complementary color
Monochromatic Colors of #968050
Black with #968050
Text Example
Text Example
White with #968050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968050; }
p { color: rgb(150,128,80); }
H1.HeaderClassName
{
color: #968050;
}
.AnyTagClassName
{
color: #968050;
}
</style>
background-color css
<style>
a { background-color: #968050; }
a { background-color: rgb(150,128,80); }
div.DivClassName
{
background-color: #968050;
}
.BgClassName
{
background-color: #968050;
}
</style>
border-color css
<style>
span { border-color: #968050; }
span { border-color: rgb(150,128,80); }
td.TdClassName
{
border-color: #968050;
}
.TagClassName
{
border-color: #968050;
}
</style>