Shades of Muesli #96814C
Tints of Muesli #96814C
RGB
CMYK
RGB Variations
Color information
#96814C (or 0x96814C) is known color: Muesli. HEX triplet: 96, 81 and 4C. RGB value is (150,129,76). Sum of RGB (Red+Green+Blue) = 150+129+76=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #96814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96814C is #697EB3. Grayscale: #818181. Windows color (decimal): -6913716 or 5013910. OLE color: 5013910.
HSL color Cylindrical-coordinate representation of color #96814C: hue angle of 42.97º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96814C is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 129 | 76 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.41 |
| HSL | 42.97º | 0.33% | 0.44% | - |
| HSV(B) | 42.97º | 0.49% | 0.59% | - |
| XYZ | 21.73 | 22.71 | 10.07 | - |
| YUV | 129.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 76 | 0 | 0.14 | 0.49 | 0.41 | 42.97 | 0.33 | 0.44 |
| Hex | 96 | 81 | 4C | 0 | E | 31 | 29 | 2B | 21 | 2C |
| Octal | 226 | 201 | 114 | 0 | 16 | 61 | 51 | 53 | 41 | 54 |
| Binary | 10010110 | 10000001 | 1001100 | 0 | 1110 | 110001 | 101001 | 101011 | 100001 | 101100 |
Color Harmonies of #96814C
Complementary color
Monochromatic Colors of #96814C
Black with #96814C
Text Example
Text Example
White with #96814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96814C; }
p { color: rgb(150,129,76); }
H1.HeaderClassName
{
color: #96814C;
}
.AnyTagClassName
{
color: #96814C;
}
</style>
background-color css
<style>
a { background-color: #96814C; }
a { background-color: rgb(150,129,76); }
div.DivClassName
{
background-color: #96814C;
}
.BgClassName
{
background-color: #96814C;
}
</style>
border-color css
<style>
span { border-color: #96814C; }
span { border-color: rgb(150,129,76); }
td.TdClassName
{
border-color: #96814C;
}
.TagClassName
{
border-color: #96814C;
}
</style>