Shades of Mauve Taupe #995C6D
Tints of Mauve Taupe #995C6D
RGB
CMYK
RGB Variations
Color information
#995C6D (or 0x995C6D) is known color: Mauve Taupe. HEX triplet: 99, 5C and 6D. RGB value is (153,92,109). Sum of RGB (Red+Green+Blue) = 153+92+109=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #995C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C6D is #66A392. Grayscale: #707070. Windows color (decimal): -6726547 or 7167129. OLE color: 7167129.
HSL color Cylindrical-coordinate representation of color #995C6D: hue angle of 343.28º 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 #995C6D is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 109 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.4 |
| HSL | 343.28º | 0.25% | 0.48% | - |
| HSV(B) | 343.28º | 0.4% | 0.6% | - |
| XYZ | 19.72 | 15.53 | 16.43 | - |
| YUV | 112.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 109 | 0 | 0.40 | 0.29 | 0.4 | 343.28 | 0.25 | 0.48 |
| Hex | 99 | 5C | 6D | 0 | 28 | 1D | 28 | 157 | 19 | 30 |
| Octal | 231 | 134 | 155 | 0 | 50 | 35 | 50 | 527 | 31 | 60 |
| Binary | 10011001 | 1011100 | 1101101 | 0 | 101000 | 11101 | 101000 | 101010111 | 11001 | 110000 |
Color Harmonies of #995C6D
Complementary color
Monochromatic Colors of #995C6D
Black with #995C6D
Text Example
Text Example
White with #995C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C6D; }
p { color: rgb(153,92,109); }
H1.HeaderClassName
{
color: #995C6D;
}
.AnyTagClassName
{
color: #995C6D;
}
</style>
background-color css
<style>
a { background-color: #995C6D; }
a { background-color: rgb(153,92,109); }
div.DivClassName
{
background-color: #995C6D;
}
.BgClassName
{
background-color: #995C6D;
}
</style>
border-color css
<style>
span { border-color: #995C6D; }
span { border-color: rgb(153,92,109); }
td.TdClassName
{
border-color: #995C6D;
}
.TagClassName
{
border-color: #995C6D;
}
</style>