Shades of Muesli #998156
Tints of Muesli #998156
RGB
CMYK
RGB Variations
Color information
#998156 (or 0x998156) is known color: Muesli. HEX triplet: 99, 81 and 56. RGB value is (153,129,86). Sum of RGB (Red+Green+Blue) = 153+129+86=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #998156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998156 is #667EA9. Grayscale: #838383. Windows color (decimal): -6717098 or 5669273. OLE color: 5669273.
HSL color Cylindrical-coordinate representation of color #998156: hue angle of 38.51º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998156 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 86 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.4 |
| HSL | 38.51º | 0.28% | 0.47% | - |
| HSV(B) | 38.51º | 0.44% | 0.6% | - |
| XYZ | 22.67 | 23.14 | 12.08 | - |
| YUV | 131.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 86 | 0 | 0.16 | 0.44 | 0.4 | 38.51 | 0.28 | 0.47 |
| Hex | 99 | 81 | 56 | 0 | 10 | 2C | 28 | 27 | 1C | 2F |
| Octal | 231 | 201 | 126 | 0 | 20 | 54 | 50 | 47 | 34 | 57 |
| Binary | 10011001 | 10000001 | 1010110 | 0 | 10000 | 101100 | 101000 | 100111 | 11100 | 101111 |
Color Harmonies of #998156
Complementary color
Monochromatic Colors of #998156
Black with #998156
Text Example
Text Example
White with #998156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998156; }
p { color: rgb(153,129,86); }
H1.HeaderClassName
{
color: #998156;
}
.AnyTagClassName
{
color: #998156;
}
</style>
background-color css
<style>
a { background-color: #998156; }
a { background-color: rgb(153,129,86); }
div.DivClassName
{
background-color: #998156;
}
.BgClassName
{
background-color: #998156;
}
</style>
border-color css
<style>
span { border-color: #998156; }
span { border-color: rgb(153,129,86); }
td.TdClassName
{
border-color: #998156;
}
.TagClassName
{
border-color: #998156;
}
</style>