Shades of Mauve Taupe #956373
Tints of Mauve Taupe #956373
RGB
CMYK
RGB Variations
Color information
#956373 (or 0x956373) is known color: Mauve Taupe. HEX triplet: 95, 63 and 73. RGB value is (149,99,115). Sum of RGB (Red+Green+Blue) = 149+99+115=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #956373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956373 is #6A9C8C. Grayscale: #737373. Windows color (decimal): -6986893 or 7562133. OLE color: 7562133.
HSL color Cylindrical-coordinate representation of color #956373: hue angle of 340.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956373 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 115 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.42 |
| HSL | 340.8º | 0.2% | 0.49% | - |
| HSV(B) | 340.8º | 0.34% | 0.58% | - |
| XYZ | 19.95 | 16.55 | 18.36 | - |
| YUV | 115.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 115 | 0 | 0.34 | 0.23 | 0.42 | 340.8 | 0.2 | 0.49 |
| Hex | 95 | 63 | 73 | 0 | 22 | 17 | 2A | 155 | 14 | 31 |
| Octal | 225 | 143 | 163 | 0 | 42 | 27 | 52 | 525 | 24 | 61 |
| Binary | 10010101 | 1100011 | 1110011 | 0 | 100010 | 10111 | 101010 | 101010101 | 10100 | 110001 |
Color Harmonies of #956373
Complementary color
Monochromatic Colors of #956373
Black with #956373
Text Example
Text Example
White with #956373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956373; }
p { color: rgb(149,99,115); }
H1.HeaderClassName
{
color: #956373;
}
.AnyTagClassName
{
color: #956373;
}
</style>
background-color css
<style>
a { background-color: #956373; }
a { background-color: rgb(149,99,115); }
div.DivClassName
{
background-color: #956373;
}
.BgClassName
{
background-color: #956373;
}
</style>
border-color css
<style>
span { border-color: #956373; }
span { border-color: rgb(149,99,115); }
td.TdClassName
{
border-color: #956373;
}
.TagClassName
{
border-color: #956373;
}
</style>