Shades of Mauve Taupe #996263
Tints of Mauve Taupe #996263
RGB
CMYK
RGB Variations
Color information
#996263 (or 0x996263) is known color: Mauve Taupe. HEX triplet: 99, 62 and 63. RGB value is (153,98,99). Sum of RGB (Red+Green+Blue) = 153+98+99=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #996263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996263 is #669D9C. Grayscale: #727272. Windows color (decimal): -6725021 or 6513305. OLE color: 6513305.
HSL color Cylindrical-coordinate representation of color #996263: hue angle of 358.91º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996263 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 99 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.4 |
| HSL | 358.91º | 0.22% | 0.49% | - |
| HSV(B) | 358.91º | 0.36% | 0.6% | - |
| XYZ | 19.76 | 16.41 | 13.93 | - |
| YUV | 114.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 99 | 0 | 0.36 | 0.35 | 0.4 | 358.91 | 0.22 | 0.49 |
| Hex | 99 | 62 | 63 | 0 | 24 | 23 | 28 | 167 | 16 | 31 |
| Octal | 231 | 142 | 143 | 0 | 44 | 43 | 50 | 547 | 26 | 61 |
| Binary | 10011001 | 1100010 | 1100011 | 0 | 100100 | 100011 | 101000 | 101100111 | 10110 | 110001 |
Color Harmonies of #996263
Complementary color
Monochromatic Colors of #996263
Black with #996263
Text Example
Text Example
White with #996263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996263; }
p { color: rgb(153,98,99); }
H1.HeaderClassName
{
color: #996263;
}
.AnyTagClassName
{
color: #996263;
}
</style>
background-color css
<style>
a { background-color: #996263; }
a { background-color: rgb(153,98,99); }
div.DivClassName
{
background-color: #996263;
}
.BgClassName
{
background-color: #996263;
}
</style>
border-color css
<style>
span { border-color: #996263; }
span { border-color: rgb(153,98,99); }
td.TdClassName
{
border-color: #996263;
}
.TagClassName
{
border-color: #996263;
}
</style>