Shades of Mauve Taupe #995476
Tints of Mauve Taupe #995476
RGB
CMYK
RGB Variations
Color information
#995476 (or 0x995476) is known color: Mauve Taupe. HEX triplet: 99, 54 and 76. RGB value is (153,84,118). Sum of RGB (Red+Green+Blue) = 153+84+118=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #995476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995476 is #66AB89. Grayscale: #6C6C6C. Windows color (decimal): -6728586 or 7754905. OLE color: 7754905.
HSL color Cylindrical-coordinate representation of color #995476: hue angle of 330.43º 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 #995476 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 118 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.4 |
| HSL | 330.43º | 0.29% | 0.46% | - |
| HSV(B) | 330.43º | 0.45% | 0.6% | - |
| XYZ | 19.58 | 14.42 | 18.89 | - |
| YUV | 108.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 118 | 0 | 0.45 | 0.23 | 0.4 | 330.43 | 0.29 | 0.46 |
| Hex | 99 | 54 | 76 | 0 | 2D | 17 | 28 | 14A | 1D | 2E |
| Octal | 231 | 124 | 166 | 0 | 55 | 27 | 50 | 512 | 35 | 56 |
| Binary | 10011001 | 1010100 | 1110110 | 0 | 101101 | 10111 | 101000 | 101001010 | 11101 | 101110 |
Color Harmonies of #995476
Complementary color
Monochromatic Colors of #995476
Black with #995476
Text Example
Text Example
White with #995476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995476; }
p { color: rgb(153,84,118); }
H1.HeaderClassName
{
color: #995476;
}
.AnyTagClassName
{
color: #995476;
}
</style>
background-color css
<style>
a { background-color: #995476; }
a { background-color: rgb(153,84,118); }
div.DivClassName
{
background-color: #995476;
}
.BgClassName
{
background-color: #995476;
}
</style>
border-color css
<style>
span { border-color: #995476; }
span { border-color: rgb(153,84,118); }
td.TdClassName
{
border-color: #995476;
}
.TagClassName
{
border-color: #995476;
}
</style>