Shades of Muesli #968051
Tints of Muesli #968051
RGB
CMYK
RGB Variations
Color information
#968051 (or 0x968051) is known color: Muesli. HEX triplet: 96, 80 and 51. RGB value is (150,128,81). Sum of RGB (Red+Green+Blue) = 150+128+81=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #968051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968051 is #697FAE. Grayscale: #818181. Windows color (decimal): -6913967 or 5341334. OLE color: 5341334.
HSL color Cylindrical-coordinate representation of color #968051: hue angle of 40.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #968051 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 81 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.41 |
| HSL | 40.87º | 0.3% | 0.45% | - |
| HSV(B) | 40.87º | 0.46% | 0.59% | - |
| XYZ | 21.78 | 22.52 | 10.98 | - |
| YUV | 129.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 81 | 0 | 0.15 | 0.46 | 0.41 | 40.87 | 0.3 | 0.45 |
| Hex | 96 | 80 | 51 | 0 | F | 2E | 29 | 29 | 1E | 2D |
| Octal | 226 | 200 | 121 | 0 | 17 | 56 | 51 | 51 | 36 | 55 |
| Binary | 10010110 | 10000000 | 1010001 | 0 | 1111 | 101110 | 101001 | 101001 | 11110 | 101101 |
Color Harmonies of #968051
Complementary color
Monochromatic Colors of #968051
Black with #968051
Text Example
Text Example
White with #968051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968051; }
p { color: rgb(150,128,81); }
H1.HeaderClassName
{
color: #968051;
}
.AnyTagClassName
{
color: #968051;
}
</style>
background-color css
<style>
a { background-color: #968051; }
a { background-color: rgb(150,128,81); }
div.DivClassName
{
background-color: #968051;
}
.BgClassName
{
background-color: #968051;
}
</style>
border-color css
<style>
span { border-color: #968051; }
span { border-color: rgb(150,128,81); }
td.TdClassName
{
border-color: #968051;
}
.TagClassName
{
border-color: #968051;
}
</style>