Shades of Mauve Taupe #956569
Tints of Mauve Taupe #956569
RGB
CMYK
RGB Variations
Color information
#956569 (or 0x956569) is known color: Mauve Taupe. HEX triplet: 95, 65 and 69. RGB value is (149,101,105). Sum of RGB (Red+Green+Blue) = 149+101+105=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #956569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956569 is #6A9A96. Grayscale: #737373. Windows color (decimal): -6986391 or 6907285. OLE color: 6907285.
HSL color Cylindrical-coordinate representation of color #956569: hue angle of 355º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956569 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 105 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.42 |
| HSL | 355º | 0.19% | 0.49% | - |
| HSV(B) | 355º | 0.32% | 0.58% | - |
| XYZ | 19.6 | 16.72 | 15.56 | - |
| YUV | 115.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 105 | 0 | 0.32 | 0.30 | 0.42 | 355 | 0.19 | 0.49 |
| Hex | 95 | 65 | 69 | 0 | 20 | 1E | 2A | 163 | 13 | 31 |
| Octal | 225 | 145 | 151 | 0 | 40 | 36 | 52 | 543 | 23 | 61 |
| Binary | 10010101 | 1100101 | 1101001 | 0 | 100000 | 11110 | 101010 | 101100011 | 10011 | 110001 |
Color Harmonies of #956569
Complementary color
Monochromatic Colors of #956569
Black with #956569
Text Example
Text Example
White with #956569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956569; }
p { color: rgb(149,101,105); }
H1.HeaderClassName
{
color: #956569;
}
.AnyTagClassName
{
color: #956569;
}
</style>
background-color css
<style>
a { background-color: #956569; }
a { background-color: rgb(149,101,105); }
div.DivClassName
{
background-color: #956569;
}
.BgClassName
{
background-color: #956569;
}
</style>
border-color css
<style>
span { border-color: #956569; }
span { border-color: rgb(149,101,105); }
td.TdClassName
{
border-color: #956569;
}
.TagClassName
{
border-color: #956569;
}
</style>