Shades of Mauve Taupe #996875
Tints of Mauve Taupe #996875
RGB
CMYK
RGB Variations
Color information
#996875 (or 0x996875) is known color: Mauve Taupe. HEX triplet: 99, 68 and 75. RGB value is (153,104,117). Sum of RGB (Red+Green+Blue) = 153+104+117=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #996875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996875 is #66978A. Grayscale: #787878. Windows color (decimal): -6723467 or 7694489. OLE color: 7694489.
HSL color Cylindrical-coordinate representation of color #996875: hue angle of 344.08º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996875 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 117 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.4 |
| HSL | 344.08º | 0.19% | 0.5% | - |
| HSV(B) | 344.08º | 0.32% | 0.6% | - |
| XYZ | 21.3 | 17.96 | 19.17 | - |
| YUV | 120.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 117 | 0 | 0.32 | 0.24 | 0.4 | 344.08 | 0.19 | 0.5 |
| Hex | 99 | 68 | 75 | 0 | 20 | 18 | 28 | 158 | 13 | 32 |
| Octal | 231 | 150 | 165 | 0 | 40 | 30 | 50 | 530 | 23 | 62 |
| Binary | 10011001 | 1101000 | 1110101 | 0 | 100000 | 11000 | 101000 | 101011000 | 10011 | 110010 |
Color Harmonies of #996875
Complementary color
Monochromatic Colors of #996875
Black with #996875
Text Example
Text Example
White with #996875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996875; }
p { color: rgb(153,104,117); }
H1.HeaderClassName
{
color: #996875;
}
.AnyTagClassName
{
color: #996875;
}
</style>
background-color css
<style>
a { background-color: #996875; }
a { background-color: rgb(153,104,117); }
div.DivClassName
{
background-color: #996875;
}
.BgClassName
{
background-color: #996875;
}
</style>
border-color css
<style>
span { border-color: #996875; }
span { border-color: rgb(153,104,117); }
td.TdClassName
{
border-color: #996875;
}
.TagClassName
{
border-color: #996875;
}
</style>