Shades of Mauve Taupe #956073
Tints of Mauve Taupe #956073
RGB
CMYK
RGB Variations
Color information
#956073 (or 0x956073) is known color: Mauve Taupe. HEX triplet: 95, 60 and 73. RGB value is (149,96,115). Sum of RGB (Red+Green+Blue) = 149+96+115=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #956073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956073 is #6A9F8C. Grayscale: #717171. Windows color (decimal): -6987661 or 7561365. OLE color: 7561365.
HSL color Cylindrical-coordinate representation of color #956073: hue angle of 338.49º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956073 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 96 | 115 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.42 |
| HSL | 338.49º | 0.22% | 0.48% | - |
| HSV(B) | 338.49º | 0.36% | 0.58% | - |
| XYZ | 19.67 | 15.99 | 18.27 | - |
| YUV | 114.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 115 | 0 | 0.36 | 0.23 | 0.42 | 338.49 | 0.22 | 0.48 |
| Hex | 95 | 60 | 73 | 0 | 24 | 17 | 2A | 152 | 16 | 30 |
| Octal | 225 | 140 | 163 | 0 | 44 | 27 | 52 | 522 | 26 | 60 |
| Binary | 10010101 | 1100000 | 1110011 | 0 | 100100 | 10111 | 101010 | 101010010 | 10110 | 110000 |
Color Harmonies of #956073
Complementary color
Monochromatic Colors of #956073
Black with #956073
Text Example
Text Example
White with #956073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956073; }
p { color: rgb(149,96,115); }
H1.HeaderClassName
{
color: #956073;
}
.AnyTagClassName
{
color: #956073;
}
</style>
background-color css
<style>
a { background-color: #956073; }
a { background-color: rgb(149,96,115); }
div.DivClassName
{
background-color: #956073;
}
.BgClassName
{
background-color: #956073;
}
</style>
border-color css
<style>
span { border-color: #956073; }
span { border-color: rgb(149,96,115); }
td.TdClassName
{
border-color: #956073;
}
.TagClassName
{
border-color: #956073;
}
</style>