Shades of Muesli #968052
Tints of Muesli #968052
RGB
CMYK
RGB Variations
Color information
#968052 (or 0x968052) is known color: Muesli. HEX triplet: 96, 80 and 52. RGB value is (150,128,82). Sum of RGB (Red+Green+Blue) = 150+128+82=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #968052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968052 is #697FAD. Grayscale: #818181. Windows color (decimal): -6913966 or 5406870. OLE color: 5406870.
HSL color Cylindrical-coordinate representation of color #968052: hue angle of 40.59º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #968052 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 82 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.41 |
| HSL | 40.59º | 0.29% | 0.45% | - |
| HSV(B) | 40.59º | 0.45% | 0.59% | - |
| XYZ | 21.82 | 22.53 | 11.18 | - |
| YUV | 129.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 82 | 0 | 0.15 | 0.45 | 0.41 | 40.59 | 0.29 | 0.45 |
| Hex | 96 | 80 | 52 | 0 | F | 2D | 29 | 29 | 1D | 2D |
| Octal | 226 | 200 | 122 | 0 | 17 | 55 | 51 | 51 | 35 | 55 |
| Binary | 10010110 | 10000000 | 1010010 | 0 | 1111 | 101101 | 101001 | 101001 | 11101 | 101101 |
Color Harmonies of #968052
Complementary color
Monochromatic Colors of #968052
Black with #968052
Text Example
Text Example
White with #968052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968052; }
p { color: rgb(150,128,82); }
H1.HeaderClassName
{
color: #968052;
}
.AnyTagClassName
{
color: #968052;
}
</style>
background-color css
<style>
a { background-color: #968052; }
a { background-color: rgb(150,128,82); }
div.DivClassName
{
background-color: #968052;
}
.BgClassName
{
background-color: #968052;
}
</style>
border-color css
<style>
span { border-color: #968052; }
span { border-color: rgb(150,128,82); }
td.TdClassName
{
border-color: #968052;
}
.TagClassName
{
border-color: #968052;
}
</style>