Shades of Mauve Taupe #956365
Tints of Mauve Taupe #956365
RGB
CMYK
RGB Variations
Color information
#956365 (or 0x956365) is known color: Mauve Taupe. HEX triplet: 95, 63 and 65. RGB value is (149,99,101). Sum of RGB (Red+Green+Blue) = 149+99+101=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #956365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956365 is #6A9C9A. Grayscale: #727272. Windows color (decimal): -6986907 or 6644629. OLE color: 6644629.
HSL color Cylindrical-coordinate representation of color #956365: hue angle of 357.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956365 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 101 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.42 |
| HSL | 357.6º | 0.2% | 0.49% | - |
| HSV(B) | 357.6º | 0.34% | 0.58% | - |
| XYZ | 19.21 | 16.25 | 14.44 | - |
| YUV | 114.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 101 | 0 | 0.34 | 0.32 | 0.42 | 357.6 | 0.2 | 0.49 |
| Hex | 95 | 63 | 65 | 0 | 22 | 20 | 2A | 166 | 14 | 31 |
| Octal | 225 | 143 | 145 | 0 | 42 | 40 | 52 | 546 | 24 | 61 |
| Binary | 10010101 | 1100011 | 1100101 | 0 | 100010 | 100000 | 101010 | 101100110 | 10100 | 110001 |
Color Harmonies of #956365
Complementary color
Monochromatic Colors of #956365
Black with #956365
Text Example
Text Example
White with #956365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956365; }
p { color: rgb(149,99,101); }
H1.HeaderClassName
{
color: #956365;
}
.AnyTagClassName
{
color: #956365;
}
</style>
background-color css
<style>
a { background-color: #956365; }
a { background-color: rgb(149,99,101); }
div.DivClassName
{
background-color: #956365;
}
.BgClassName
{
background-color: #956365;
}
</style>
border-color css
<style>
span { border-color: #956365; }
span { border-color: rgb(149,99,101); }
td.TdClassName
{
border-color: #956365;
}
.TagClassName
{
border-color: #956365;
}
</style>