Shades of Mauve Taupe #995673
Tints of Mauve Taupe #995673
RGB
CMYK
RGB Variations
Color information
#995673 (or 0x995673) is known color: Mauve Taupe. HEX triplet: 99, 56 and 73. RGB value is (153,86,115). Sum of RGB (Red+Green+Blue) = 153+86+115=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #995673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995673 is #66A98C. Grayscale: #6D6D6D. Windows color (decimal): -6728077 or 7558809. OLE color: 7558809.
HSL color Cylindrical-coordinate representation of color #995673: hue angle of 334.03º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995673 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 86 | 115 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.4 |
| HSL | 334.03º | 0.28% | 0.47% | - |
| HSV(B) | 334.03º | 0.44% | 0.6% | - |
| XYZ | 19.56 | 14.67 | 18.02 | - |
| YUV | 109.34 | 131.2 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 115 | 0 | 0.44 | 0.25 | 0.4 | 334.03 | 0.28 | 0.47 |
| Hex | 99 | 56 | 73 | 0 | 2C | 19 | 28 | 14E | 1C | 2F |
| Octal | 231 | 126 | 163 | 0 | 54 | 31 | 50 | 516 | 34 | 57 |
| Binary | 10011001 | 1010110 | 1110011 | 0 | 101100 | 11001 | 101000 | 101001110 | 11100 | 101111 |
Color Harmonies of #995673
Complementary color
Monochromatic Colors of #995673
Black with #995673
Text Example
Text Example
White with #995673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995673; }
p { color: rgb(153,86,115); }
H1.HeaderClassName
{
color: #995673;
}
.AnyTagClassName
{
color: #995673;
}
</style>
background-color css
<style>
a { background-color: #995673; }
a { background-color: rgb(153,86,115); }
div.DivClassName
{
background-color: #995673;
}
.BgClassName
{
background-color: #995673;
}
</style>
border-color css
<style>
span { border-color: #995673; }
span { border-color: rgb(153,86,115); }
td.TdClassName
{
border-color: #995673;
}
.TagClassName
{
border-color: #995673;
}
</style>