Shades of Mauve Taupe #956567
Tints of Mauve Taupe #956567
RGB
CMYK
RGB Variations
Color information
#956567 (or 0x956567) is known color: Mauve Taupe. HEX triplet: 95, 65 and 67. RGB value is (149,101,103). Sum of RGB (Red+Green+Blue) = 149+101+103=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #956567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956567 is #6A9A98. Grayscale: #737373. Windows color (decimal): -6986393 or 6776213. OLE color: 6776213.
HSL color Cylindrical-coordinate representation of color #956567: hue angle of 357.5º 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 #956567 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 103 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.42 |
| HSL | 357.5º | 0.19% | 0.49% | - |
| HSV(B) | 357.5º | 0.32% | 0.58% | - |
| XYZ | 19.5 | 16.68 | 15.02 | - |
| YUV | 115.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 103 | 0 | 0.32 | 0.31 | 0.42 | 357.5 | 0.19 | 0.49 |
| Hex | 95 | 65 | 67 | 0 | 20 | 1F | 2A | 166 | 13 | 31 |
| Octal | 225 | 145 | 147 | 0 | 40 | 37 | 52 | 546 | 23 | 61 |
| Binary | 10010101 | 1100101 | 1100111 | 0 | 100000 | 11111 | 101010 | 101100110 | 10011 | 110001 |
Color Harmonies of #956567
Complementary color
Monochromatic Colors of #956567
Black with #956567
Text Example
Text Example
White with #956567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956567; }
p { color: rgb(149,101,103); }
H1.HeaderClassName
{
color: #956567;
}
.AnyTagClassName
{
color: #956567;
}
</style>
background-color css
<style>
a { background-color: #956567; }
a { background-color: rgb(149,101,103); }
div.DivClassName
{
background-color: #956567;
}
.BgClassName
{
background-color: #956567;
}
</style>
border-color css
<style>
span { border-color: #956567; }
span { border-color: rgb(149,101,103); }
td.TdClassName
{
border-color: #956567;
}
.TagClassName
{
border-color: #956567;
}
</style>