Shades of Mauve Taupe #956775
Tints of Mauve Taupe #956775
RGB
CMYK
RGB Variations
Color information
#956775 (or 0x956775) is known color: Mauve Taupe. HEX triplet: 95, 67 and 75. RGB value is (149,103,117). Sum of RGB (Red+Green+Blue) = 149+103+117=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #956775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956775 is #6A988A. Grayscale: #767676. Windows color (decimal): -6985867 or 7694229. OLE color: 7694229.
HSL color Cylindrical-coordinate representation of color #956775: hue angle of 341.74º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956775 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 117 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.42 |
| HSL | 341.74º | 0.18% | 0.49% | - |
| HSV(B) | 341.74º | 0.31% | 0.58% | - |
| XYZ | 20.46 | 17.37 | 19.11 | - |
| YUV | 118.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 117 | 0 | 0.31 | 0.21 | 0.42 | 341.74 | 0.18 | 0.49 |
| Hex | 95 | 67 | 75 | 0 | 1F | 15 | 2A | 156 | 12 | 31 |
| Octal | 225 | 147 | 165 | 0 | 37 | 25 | 52 | 526 | 22 | 61 |
| Binary | 10010101 | 1100111 | 1110101 | 0 | 11111 | 10101 | 101010 | 101010110 | 10010 | 110001 |
Color Harmonies of #956775
Complementary color
Monochromatic Colors of #956775
Black with #956775
Text Example
Text Example
White with #956775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956775; }
p { color: rgb(149,103,117); }
H1.HeaderClassName
{
color: #956775;
}
.AnyTagClassName
{
color: #956775;
}
</style>
background-color css
<style>
a { background-color: #956775; }
a { background-color: rgb(149,103,117); }
div.DivClassName
{
background-color: #956775;
}
.BgClassName
{
background-color: #956775;
}
</style>
border-color css
<style>
span { border-color: #956775; }
span { border-color: rgb(149,103,117); }
td.TdClassName
{
border-color: #956775;
}
.TagClassName
{
border-color: #956775;
}
</style>