Shades of Mauve Taupe #956075
Tints of Mauve Taupe #956075
RGB
CMYK
RGB Variations
Color information
#956075 (or 0x956075) is known color: Mauve Taupe. HEX triplet: 95, 60 and 75. RGB value is (149,96,117). Sum of RGB (Red+Green+Blue) = 149+96+117=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #956075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956075 is #6A9F8A. Grayscale: #727272. Windows color (decimal): -6987659 or 7692437. OLE color: 7692437.
HSL color Cylindrical-coordinate representation of color #956075: hue angle of 336.23º 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 #956075 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 96 | 117 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.42 |
| HSL | 336.23º | 0.22% | 0.48% | - |
| HSV(B) | 336.23º | 0.36% | 0.58% | - |
| XYZ | 19.79 | 16.04 | 18.88 | - |
| YUV | 114.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 117 | 0 | 0.36 | 0.21 | 0.42 | 336.23 | 0.22 | 0.48 |
| Hex | 95 | 60 | 75 | 0 | 24 | 15 | 2A | 150 | 16 | 30 |
| Octal | 225 | 140 | 165 | 0 | 44 | 25 | 52 | 520 | 26 | 60 |
| Binary | 10010101 | 1100000 | 1110101 | 0 | 100100 | 10101 | 101010 | 101010000 | 10110 | 110000 |
Color Harmonies of #956075
Complementary color
Monochromatic Colors of #956075
Black with #956075
Text Example
Text Example
White with #956075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956075; }
p { color: rgb(149,96,117); }
H1.HeaderClassName
{
color: #956075;
}
.AnyTagClassName
{
color: #956075;
}
</style>
background-color css
<style>
a { background-color: #956075; }
a { background-color: rgb(149,96,117); }
div.DivClassName
{
background-color: #956075;
}
.BgClassName
{
background-color: #956075;
}
</style>
border-color css
<style>
span { border-color: #956075; }
span { border-color: rgb(149,96,117); }
td.TdClassName
{
border-color: #956075;
}
.TagClassName
{
border-color: #956075;
}
</style>