Shades of Mauve Taupe #95636C
Tints of Mauve Taupe #95636C
RGB
CMYK
RGB Variations
Color information
#95636C (or 0x95636C) is known color: Mauve Taupe. HEX triplet: 95, 63 and 6C. RGB value is (149,99,108). Sum of RGB (Red+Green+Blue) = 149+99+108=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95636C is #6A9C93. Grayscale: #727272. Windows color (decimal): -6986900 or 7103381. OLE color: 7103381.
HSL color Cylindrical-coordinate representation of color #95636C: hue angle of 349.2º 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 #95636C is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 108 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.42 |
| HSL | 349.2º | 0.2% | 0.49% | - |
| HSV(B) | 349.2º | 0.34% | 0.58% | - |
| XYZ | 19.56 | 16.4 | 16.32 | - |
| YUV | 114.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 108 | 0 | 0.34 | 0.28 | 0.42 | 349.2 | 0.2 | 0.49 |
| Hex | 95 | 63 | 6C | 0 | 22 | 1C | 2A | 15D | 14 | 31 |
| Octal | 225 | 143 | 154 | 0 | 42 | 34 | 52 | 535 | 24 | 61 |
| Binary | 10010101 | 1100011 | 1101100 | 0 | 100010 | 11100 | 101010 | 101011101 | 10100 | 110001 |
Color Harmonies of #95636C
Complementary color
Monochromatic Colors of #95636C
Black with #95636C
Text Example
Text Example
White with #95636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95636C; }
p { color: rgb(149,99,108); }
H1.HeaderClassName
{
color: #95636C;
}
.AnyTagClassName
{
color: #95636C;
}
</style>
background-color css
<style>
a { background-color: #95636C; }
a { background-color: rgb(149,99,108); }
div.DivClassName
{
background-color: #95636C;
}
.BgClassName
{
background-color: #95636C;
}
</style>
border-color css
<style>
span { border-color: #95636C; }
span { border-color: rgb(149,99,108); }
td.TdClassName
{
border-color: #95636C;
}
.TagClassName
{
border-color: #95636C;
}
</style>