Shades of Muesli #99864B
Tints of Muesli #99864B
RGB
CMYK
RGB Variations
Color information
#99864B (or 0x99864B) is known color: Muesli. HEX triplet: 99, 86 and 4B. RGB value is (153,134,75). Sum of RGB (Red+Green+Blue) = 153+134+75=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99864B is #6679B4. Grayscale: #858585. Windows color (decimal): -6715829 or 4949657. OLE color: 4949657.
HSL color Cylindrical-coordinate representation of color #99864B: hue angle of 45.38º 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 #99864B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 75 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.4 |
| HSL | 45.38º | 0.34% | 0.45% | - |
| HSV(B) | 45.38º | 0.51% | 0.6% | - |
| XYZ | 22.93 | 24.33 | 10.14 | - |
| YUV | 132.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 75 | 0 | 0.12 | 0.51 | 0.4 | 45.38 | 0.34 | 0.45 |
| Hex | 99 | 86 | 4B | 0 | C | 33 | 28 | 2D | 22 | 2D |
| Octal | 231 | 206 | 113 | 0 | 14 | 63 | 50 | 55 | 42 | 55 |
| Binary | 10011001 | 10000110 | 1001011 | 0 | 1100 | 110011 | 101000 | 101101 | 100010 | 101101 |
Color Harmonies of #99864B
Complementary color
Monochromatic Colors of #99864B
Black with #99864B
Text Example
Text Example
White with #99864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99864B; }
p { color: rgb(153,134,75); }
H1.HeaderClassName
{
color: #99864B;
}
.AnyTagClassName
{
color: #99864B;
}
</style>
background-color css
<style>
a { background-color: #99864B; }
a { background-color: rgb(153,134,75); }
div.DivClassName
{
background-color: #99864B;
}
.BgClassName
{
background-color: #99864B;
}
</style>
border-color css
<style>
span { border-color: #99864B; }
span { border-color: rgb(153,134,75); }
td.TdClassName
{
border-color: #99864B;
}
.TagClassName
{
border-color: #99864B;
}
</style>