Shades of Mauve Taupe #995C6F
Tints of Mauve Taupe #995C6F
RGB
CMYK
RGB Variations
Color information
#995C6F (or 0x995C6F) is known color: Mauve Taupe. HEX triplet: 99, 5C and 6F. RGB value is (153,92,111). Sum of RGB (Red+Green+Blue) = 153+92+111=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #995C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C6F is #66A390. Grayscale: #707070. Windows color (decimal): -6726545 or 7298201. OLE color: 7298201.
HSL color Cylindrical-coordinate representation of color #995C6F: hue angle of 341.31º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C6F is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 111 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.4 |
| HSL | 341.31º | 0.25% | 0.48% | - |
| HSV(B) | 341.31º | 0.4% | 0.6% | - |
| XYZ | 19.83 | 15.57 | 17 | - |
| YUV | 112.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 111 | 0 | 0.40 | 0.27 | 0.4 | 341.31 | 0.25 | 0.48 |
| Hex | 99 | 5C | 6F | 0 | 28 | 1B | 28 | 155 | 19 | 30 |
| Octal | 231 | 134 | 157 | 0 | 50 | 33 | 50 | 525 | 31 | 60 |
| Binary | 10011001 | 1011100 | 1101111 | 0 | 101000 | 11011 | 101000 | 101010101 | 11001 | 110000 |
Color Harmonies of #995C6F
Complementary color
Monochromatic Colors of #995C6F
Black with #995C6F
Text Example
Text Example
White with #995C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C6F; }
p { color: rgb(153,92,111); }
H1.HeaderClassName
{
color: #995C6F;
}
.AnyTagClassName
{
color: #995C6F;
}
</style>
background-color css
<style>
a { background-color: #995C6F; }
a { background-color: rgb(153,92,111); }
div.DivClassName
{
background-color: #995C6F;
}
.BgClassName
{
background-color: #995C6F;
}
</style>
border-color css
<style>
span { border-color: #995C6F; }
span { border-color: rgb(153,92,111); }
td.TdClassName
{
border-color: #995C6F;
}
.TagClassName
{
border-color: #995C6F;
}
</style>