Shades of Muesli #997842
Tints of Muesli #997842
RGB
CMYK
RGB Variations
Color information
#997842 (or 0x997842) is known color: Muesli. HEX triplet: 99, 78 and 42. RGB value is (153,120,66). Sum of RGB (Red+Green+Blue) = 153+120+66=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #997842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997842 is #6687BD. Grayscale: #7B7B7B. Windows color (decimal): -6719422 or 4356249. OLE color: 4356249.
HSL color Cylindrical-coordinate representation of color #997842: hue angle of 37.24º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #997842 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 66 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.4 |
| HSL | 37.24º | 0.4% | 0.43% | - |
| HSV(B) | 37.24º | 0.57% | 0.6% | - |
| XYZ | 20.84 | 20.6 | 8.03 | - |
| YUV | 123.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 66 | 0 | 0.22 | 0.57 | 0.4 | 37.24 | 0.4 | 0.43 |
| Hex | 99 | 78 | 42 | 0 | 16 | 39 | 28 | 25 | 28 | 2B |
| Octal | 231 | 170 | 102 | 0 | 26 | 71 | 50 | 45 | 50 | 53 |
| Binary | 10011001 | 1111000 | 1000010 | 0 | 10110 | 111001 | 101000 | 100101 | 101000 | 101011 |
Color Harmonies of #997842
Complementary color
Monochromatic Colors of #997842
Black with #997842
Text Example
Text Example
White with #997842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997842; }
p { color: rgb(153,120,66); }
H1.HeaderClassName
{
color: #997842;
}
.AnyTagClassName
{
color: #997842;
}
</style>
background-color css
<style>
a { background-color: #997842; }
a { background-color: rgb(153,120,66); }
div.DivClassName
{
background-color: #997842;
}
.BgClassName
{
background-color: #997842;
}
</style>
border-color css
<style>
span { border-color: #997842; }
span { border-color: rgb(153,120,66); }
td.TdClassName
{
border-color: #997842;
}
.TagClassName
{
border-color: #997842;
}
</style>