Shades of Muesli #96834B
Tints of Muesli #96834B
RGB
CMYK
RGB Variations
Color information
#96834B (or 0x96834B) is known color: Muesli. HEX triplet: 96, 83 and 4B. RGB value is (150,131,75). Sum of RGB (Red+Green+Blue) = 150+131+75=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96834B is #697CB4. Grayscale: #828282. Windows color (decimal): -6913205 or 4948886. OLE color: 4948886.
HSL color Cylindrical-coordinate representation of color #96834B: hue angle of 44.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96834B is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 75 | - |
| CMYK | 0 | 0.13 | 0.5 | 0.41 |
| HSL | 44.8º | 0.33% | 0.44% | - |
| HSV(B) | 44.8º | 0.5% | 0.59% | - |
| XYZ | 21.96 | 23.22 | 9.98 | - |
| YUV | 130.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 75 | 0 | 0.13 | 0.5 | 0.41 | 44.8 | 0.33 | 0.44 |
| Hex | 96 | 83 | 4B | 0 | D | 32 | 29 | 2D | 21 | 2C |
| Octal | 226 | 203 | 113 | 0 | 15 | 62 | 51 | 55 | 41 | 54 |
| Binary | 10010110 | 10000011 | 1001011 | 0 | 1101 | 110010 | 101001 | 101101 | 100001 | 101100 |
Color Harmonies of #96834B
Complementary color
Monochromatic Colors of #96834B
Black with #96834B
Text Example
Text Example
White with #96834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96834B; }
p { color: rgb(150,131,75); }
H1.HeaderClassName
{
color: #96834B;
}
.AnyTagClassName
{
color: #96834B;
}
</style>
background-color css
<style>
a { background-color: #96834B; }
a { background-color: rgb(150,131,75); }
div.DivClassName
{
background-color: #96834B;
}
.BgClassName
{
background-color: #96834B;
}
</style>
border-color css
<style>
span { border-color: #96834B; }
span { border-color: rgb(150,131,75); }
td.TdClassName
{
border-color: #96834B;
}
.TagClassName
{
border-color: #96834B;
}
</style>