Shades of Muesli #968247
Tints of Muesli #968247
RGB
CMYK
RGB Variations
Color information
#968247 (or 0x968247) is known color: Muesli. HEX triplet: 96, 82 and 47. RGB value is (150,130,71). Sum of RGB (Red+Green+Blue) = 150+130+71=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #968247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968247 is #697DB8. Grayscale: #818181. Windows color (decimal): -6913465 or 4686486. OLE color: 4686486.
HSL color Cylindrical-coordinate representation of color #968247: hue angle of 44.81º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #968247 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 71 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.41 |
| HSL | 44.81º | 0.36% | 0.43% | - |
| HSV(B) | 44.81º | 0.53% | 0.59% | - |
| XYZ | 21.7 | 22.9 | 9.24 | - |
| YUV | 129.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 71 | 0 | 0.13 | 0.53 | 0.41 | 44.81 | 0.36 | 0.43 |
| Hex | 96 | 82 | 47 | 0 | D | 35 | 29 | 2D | 24 | 2B |
| Octal | 226 | 202 | 107 | 0 | 15 | 65 | 51 | 55 | 44 | 53 |
| Binary | 10010110 | 10000010 | 1000111 | 0 | 1101 | 110101 | 101001 | 101101 | 100100 | 101011 |
Color Harmonies of #968247
Complementary color
Monochromatic Colors of #968247
Black with #968247
Text Example
Text Example
White with #968247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968247; }
p { color: rgb(150,130,71); }
H1.HeaderClassName
{
color: #968247;
}
.AnyTagClassName
{
color: #968247;
}
</style>
background-color css
<style>
a { background-color: #968247; }
a { background-color: rgb(150,130,71); }
div.DivClassName
{
background-color: #968247;
}
.BgClassName
{
background-color: #968247;
}
</style>
border-color css
<style>
span { border-color: #968247; }
span { border-color: rgb(150,130,71); }
td.TdClassName
{
border-color: #968247;
}
.TagClassName
{
border-color: #968247;
}
</style>