Shades of Muesli #997945
Tints of Muesli #997945
RGB
CMYK
RGB Variations
Color information
#997945 (or 0x997945) is known color: Muesli. HEX triplet: 99, 79 and 45. RGB value is (153,121,69). Sum of RGB (Red+Green+Blue) = 153+121+69=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #997945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997945 is #6686BA. Grayscale: #7C7C7C. Windows color (decimal): -6719163 or 4553113. OLE color: 4553113.
HSL color Cylindrical-coordinate representation of color #997945: hue angle of 37.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #997945 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 69 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.4 |
| HSL | 37.14º | 0.38% | 0.44% | - |
| HSV(B) | 37.14º | 0.55% | 0.6% | - |
| XYZ | 21.05 | 20.88 | 8.55 | - |
| YUV | 124.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 69 | 0 | 0.21 | 0.55 | 0.4 | 37.14 | 0.38 | 0.44 |
| Hex | 99 | 79 | 45 | 0 | 15 | 37 | 28 | 25 | 26 | 2C |
| Octal | 231 | 171 | 105 | 0 | 25 | 67 | 50 | 45 | 46 | 54 |
| Binary | 10011001 | 1111001 | 1000101 | 0 | 10101 | 110111 | 101000 | 100101 | 100110 | 101100 |
Color Harmonies of #997945
Complementary color
Monochromatic Colors of #997945
Black with #997945
Text Example
Text Example
White with #997945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997945; }
p { color: rgb(153,121,69); }
H1.HeaderClassName
{
color: #997945;
}
.AnyTagClassName
{
color: #997945;
}
</style>
background-color css
<style>
a { background-color: #997945; }
a { background-color: rgb(153,121,69); }
div.DivClassName
{
background-color: #997945;
}
.BgClassName
{
background-color: #997945;
}
</style>
border-color css
<style>
span { border-color: #997945; }
span { border-color: rgb(153,121,69); }
td.TdClassName
{
border-color: #997945;
}
.TagClassName
{
border-color: #997945;
}
</style>