Shades of Muesli #968251
Tints of Muesli #968251
RGB
CMYK
RGB Variations
Color information
#968251 (or 0x968251) is known color: Muesli. HEX triplet: 96, 82 and 51. RGB value is (150,130,81). Sum of RGB (Red+Green+Blue) = 150+130+81=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #968251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968251 is #697DAE. Grayscale: #828282. Windows color (decimal): -6913455 or 5341846. OLE color: 5341846.
HSL color Cylindrical-coordinate representation of color #968251: hue angle of 42.61º 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 #968251 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 81 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.41 |
| HSL | 42.61º | 0.3% | 0.45% | - |
| HSV(B) | 42.61º | 0.46% | 0.59% | - |
| XYZ | 22.05 | 23.04 | 11.07 | - |
| YUV | 130.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 81 | 0 | 0.13 | 0.46 | 0.41 | 42.61 | 0.3 | 0.45 |
| Hex | 96 | 82 | 51 | 0 | D | 2E | 29 | 2B | 1E | 2D |
| Octal | 226 | 202 | 121 | 0 | 15 | 56 | 51 | 53 | 36 | 55 |
| Binary | 10010110 | 10000010 | 1010001 | 0 | 1101 | 101110 | 101001 | 101011 | 11110 | 101101 |
Color Harmonies of #968251
Complementary color
Monochromatic Colors of #968251
Black with #968251
Text Example
Text Example
White with #968251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968251; }
p { color: rgb(150,130,81); }
H1.HeaderClassName
{
color: #968251;
}
.AnyTagClassName
{
color: #968251;
}
</style>
background-color css
<style>
a { background-color: #968251; }
a { background-color: rgb(150,130,81); }
div.DivClassName
{
background-color: #968251;
}
.BgClassName
{
background-color: #968251;
}
</style>
border-color css
<style>
span { border-color: #968251; }
span { border-color: rgb(150,130,81); }
td.TdClassName
{
border-color: #968251;
}
.TagClassName
{
border-color: #968251;
}
</style>