Shades of Muesli #998154
Tints of Muesli #998154
RGB
CMYK
RGB Variations
Color information
#998154 (or 0x998154) is known color: Muesli. HEX triplet: 99, 81 and 54. RGB value is (153,129,84). Sum of RGB (Red+Green+Blue) = 153+129+84=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #998154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998154 is #667EAB. Grayscale: #838383. Windows color (decimal): -6717100 or 5538201. OLE color: 5538201.
HSL color Cylindrical-coordinate representation of color #998154: hue angle of 39.13º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #998154 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 84 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.4 |
| HSL | 39.13º | 0.29% | 0.46% | - |
| HSV(B) | 39.13º | 0.45% | 0.6% | - |
| XYZ | 22.59 | 23.11 | 11.66 | - |
| YUV | 131.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 84 | 0 | 0.16 | 0.45 | 0.4 | 39.13 | 0.29 | 0.46 |
| Hex | 99 | 81 | 54 | 0 | 10 | 2D | 28 | 27 | 1D | 2E |
| Octal | 231 | 201 | 124 | 0 | 20 | 55 | 50 | 47 | 35 | 56 |
| Binary | 10011001 | 10000001 | 1010100 | 0 | 10000 | 101101 | 101000 | 100111 | 11101 | 101110 |
Color Harmonies of #998154
Complementary color
Monochromatic Colors of #998154
Black with #998154
Text Example
Text Example
White with #998154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998154; }
p { color: rgb(153,129,84); }
H1.HeaderClassName
{
color: #998154;
}
.AnyTagClassName
{
color: #998154;
}
</style>
background-color css
<style>
a { background-color: #998154; }
a { background-color: rgb(153,129,84); }
div.DivClassName
{
background-color: #998154;
}
.BgClassName
{
background-color: #998154;
}
</style>
border-color css
<style>
span { border-color: #998154; }
span { border-color: rgb(153,129,84); }
td.TdClassName
{
border-color: #998154;
}
.TagClassName
{
border-color: #998154;
}
</style>