Shades of Muesli #99784B
Tints of Muesli #99784B
RGB
CMYK
RGB Variations
Color information
#99784B (or 0x99784B) is known color: Muesli. HEX triplet: 99, 78 and 4B. RGB value is (153,120,75). Sum of RGB (Red+Green+Blue) = 153+120+75=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99784B is #6687B4. Grayscale: #7C7C7C. Windows color (decimal): -6719413 or 4946073. OLE color: 4946073.
HSL color Cylindrical-coordinate representation of color #99784B: hue angle of 34.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99784B is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 75 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.4 |
| HSL | 34.62º | 0.34% | 0.45% | - |
| HSV(B) | 34.62º | 0.51% | 0.6% | - |
| XYZ | 21.12 | 20.71 | 9.54 | - |
| YUV | 124.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 75 | 0 | 0.22 | 0.51 | 0.4 | 34.62 | 0.34 | 0.45 |
| Hex | 99 | 78 | 4B | 0 | 16 | 33 | 28 | 23 | 22 | 2D |
| Octal | 231 | 170 | 113 | 0 | 26 | 63 | 50 | 43 | 42 | 55 |
| Binary | 10011001 | 1111000 | 1001011 | 0 | 10110 | 110011 | 101000 | 100011 | 100010 | 101101 |
Color Harmonies of #99784B
Complementary color
Monochromatic Colors of #99784B
Black with #99784B
Text Example
Text Example
White with #99784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99784B; }
p { color: rgb(153,120,75); }
H1.HeaderClassName
{
color: #99784B;
}
.AnyTagClassName
{
color: #99784B;
}
</style>
background-color css
<style>
a { background-color: #99784B; }
a { background-color: rgb(153,120,75); }
div.DivClassName
{
background-color: #99784B;
}
.BgClassName
{
background-color: #99784B;
}
</style>
border-color css
<style>
span { border-color: #99784B; }
span { border-color: rgb(153,120,75); }
td.TdClassName
{
border-color: #99784B;
}
.TagClassName
{
border-color: #99784B;
}
</style>