Shades of Muesli #997A46
Tints of Muesli #997A46
RGB
CMYK
RGB Variations
Color information
#997A46 (or 0x997A46) is known color: Muesli. HEX triplet: 99, 7A and 46. RGB value is (153,122,70). Sum of RGB (Red+Green+Blue) = 153+122+70=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #997A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A46 is #6685B9. Grayscale: #7D7D7D. Windows color (decimal): -6718906 or 4618905. OLE color: 4618905.
HSL color Cylindrical-coordinate representation of color #997A46: hue angle of 37.59º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #997A46 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 70 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.4 |
| HSL | 37.59º | 0.37% | 0.44% | - |
| HSV(B) | 37.59º | 0.54% | 0.6% | - |
| XYZ | 21.2 | 21.13 | 8.76 | - |
| YUV | 125.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 70 | 0 | 0.20 | 0.54 | 0.4 | 37.59 | 0.37 | 0.44 |
| Hex | 99 | 7A | 46 | 0 | 14 | 36 | 28 | 26 | 25 | 2C |
| Octal | 231 | 172 | 106 | 0 | 24 | 66 | 50 | 46 | 45 | 54 |
| Binary | 10011001 | 1111010 | 1000110 | 0 | 10100 | 110110 | 101000 | 100110 | 100101 | 101100 |
Color Harmonies of #997A46
Complementary color
Monochromatic Colors of #997A46
Black with #997A46
Text Example
Text Example
White with #997A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A46; }
p { color: rgb(153,122,70); }
H1.HeaderClassName
{
color: #997A46;
}
.AnyTagClassName
{
color: #997A46;
}
</style>
background-color css
<style>
a { background-color: #997A46; }
a { background-color: rgb(153,122,70); }
div.DivClassName
{
background-color: #997A46;
}
.BgClassName
{
background-color: #997A46;
}
</style>
border-color css
<style>
span { border-color: #997A46; }
span { border-color: rgb(153,122,70); }
td.TdClassName
{
border-color: #997A46;
}
.TagClassName
{
border-color: #997A46;
}
</style>