Shades of Muesli #96805B
Tints of Muesli #96805B
RGB
CMYK
RGB Variations
Color information
#96805B (or 0x96805B) is known color: Muesli. HEX triplet: 96, 80 and 5B. RGB value is (150,128,91). Sum of RGB (Red+Green+Blue) = 150+128+91=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #96805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96805B is #697FA4. Grayscale: #828282. Windows color (decimal): -6913957 or 5996694. OLE color: 5996694.
HSL color Cylindrical-coordinate representation of color #96805B: hue angle of 37.63º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96805B is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 91 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.41 |
| HSL | 37.63º | 0.24% | 0.47% | - |
| HSV(B) | 37.63º | 0.39% | 0.59% | - |
| XYZ | 22.19 | 22.68 | 13.11 | - |
| YUV | 130.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 91 | 0 | 0.15 | 0.39 | 0.41 | 37.63 | 0.24 | 0.47 |
| Hex | 96 | 80 | 5B | 0 | F | 27 | 29 | 26 | 18 | 2F |
| Octal | 226 | 200 | 133 | 0 | 17 | 47 | 51 | 46 | 30 | 57 |
| Binary | 10010110 | 10000000 | 1011011 | 0 | 1111 | 100111 | 101001 | 100110 | 11000 | 101111 |
Color Harmonies of #96805B
Complementary color
Monochromatic Colors of #96805B
Black with #96805B
Text Example
Text Example
White with #96805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96805B; }
p { color: rgb(150,128,91); }
H1.HeaderClassName
{
color: #96805B;
}
.AnyTagClassName
{
color: #96805B;
}
</style>
background-color css
<style>
a { background-color: #96805B; }
a { background-color: rgb(150,128,91); }
div.DivClassName
{
background-color: #96805B;
}
.BgClassName
{
background-color: #96805B;
}
</style>
border-color css
<style>
span { border-color: #96805B; }
span { border-color: rgb(150,128,91); }
td.TdClassName
{
border-color: #96805B;
}
.TagClassName
{
border-color: #96805B;
}
</style>