Shades of Muesli #997741
Tints of Muesli #997741
RGB
CMYK
RGB Variations
Color information
#997741 (or 0x997741) is known color: Muesli. HEX triplet: 99, 77 and 41. RGB value is (153,119,65). Sum of RGB (Red+Green+Blue) = 153+119+65=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #997741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997741 is #6688BE. Grayscale: #7B7B7B. Windows color (decimal): -6719679 or 4290457. OLE color: 4290457.
HSL color Cylindrical-coordinate representation of color #997741: hue angle of 36.82º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #997741 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 65 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.4 |
| HSL | 36.82º | 0.4% | 0.43% | - |
| HSV(B) | 36.82º | 0.58% | 0.6% | - |
| XYZ | 20.69 | 20.35 | 7.84 | - |
| YUV | 123.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 65 | 0 | 0.22 | 0.58 | 0.4 | 36.82 | 0.4 | 0.43 |
| Hex | 99 | 77 | 41 | 0 | 16 | 3A | 28 | 25 | 28 | 2B |
| Octal | 231 | 167 | 101 | 0 | 26 | 72 | 50 | 45 | 50 | 53 |
| Binary | 10011001 | 1110111 | 1000001 | 0 | 10110 | 111010 | 101000 | 100101 | 101000 | 101011 |
Color Harmonies of #997741
Complementary color
Monochromatic Colors of #997741
Black with #997741
Text Example
Text Example
White with #997741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997741; }
p { color: rgb(153,119,65); }
H1.HeaderClassName
{
color: #997741;
}
.AnyTagClassName
{
color: #997741;
}
</style>
background-color css
<style>
a { background-color: #997741; }
a { background-color: rgb(153,119,65); }
div.DivClassName
{
background-color: #997741;
}
.BgClassName
{
background-color: #997741;
}
</style>
border-color css
<style>
span { border-color: #997741; }
span { border-color: rgb(153,119,65); }
td.TdClassName
{
border-color: #997741;
}
.TagClassName
{
border-color: #997741;
}
</style>