Shades of Muesli #968256
Tints of Muesli #968256
RGB
CMYK
RGB Variations
Color information
#968256 (or 0x968256) is known color: Muesli. HEX triplet: 96, 82 and 56. RGB value is (150,130,86). Sum of RGB (Red+Green+Blue) = 150+130+86=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #968256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968256 is #697DA9. Grayscale: #838383. Windows color (decimal): -6913450 or 5669526. OLE color: 5669526.
HSL color Cylindrical-coordinate representation of color #968256: hue angle of 41.25º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #968256 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 86 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.41 |
| HSL | 41.25º | 0.27% | 0.46% | - |
| HSV(B) | 41.25º | 0.43% | 0.59% | - |
| XYZ | 22.24 | 23.12 | 12.09 | - |
| YUV | 130.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 86 | 0 | 0.13 | 0.43 | 0.41 | 41.25 | 0.27 | 0.46 |
| Hex | 96 | 82 | 56 | 0 | D | 2B | 29 | 29 | 1B | 2E |
| Octal | 226 | 202 | 126 | 0 | 15 | 53 | 51 | 51 | 33 | 56 |
| Binary | 10010110 | 10000010 | 1010110 | 0 | 1101 | 101011 | 101001 | 101001 | 11011 | 101110 |
Color Harmonies of #968256
Complementary color
Monochromatic Colors of #968256
Black with #968256
Text Example
Text Example
White with #968256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968256; }
p { color: rgb(150,130,86); }
H1.HeaderClassName
{
color: #968256;
}
.AnyTagClassName
{
color: #968256;
}
</style>
background-color css
<style>
a { background-color: #968256; }
a { background-color: rgb(150,130,86); }
div.DivClassName
{
background-color: #968256;
}
.BgClassName
{
background-color: #968256;
}
</style>
border-color css
<style>
span { border-color: #968256; }
span { border-color: rgb(150,130,86); }
td.TdClassName
{
border-color: #968256;
}
.TagClassName
{
border-color: #968256;
}
</style>