Shades of Mauve Taupe #95636A
Tints of Mauve Taupe #95636A
RGB
CMYK
RGB Variations
Color information
#95636A (or 0x95636A) is known color: Mauve Taupe. HEX triplet: 95, 63 and 6A. RGB value is (149,99,106). Sum of RGB (Red+Green+Blue) = 149+99+106=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95636A is #6A9C95. Grayscale: #727272. Windows color (decimal): -6986902 or 6972309. OLE color: 6972309.
HSL color Cylindrical-coordinate representation of color #95636A: hue angle of 351.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 #95636A is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 106 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.42 |
| HSL | 351.6º | 0.2% | 0.49% | - |
| HSV(B) | 351.6º | 0.34% | 0.58% | - |
| XYZ | 19.46 | 16.35 | 15.77 | - |
| YUV | 114.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 106 | 0 | 0.34 | 0.29 | 0.42 | 351.6 | 0.2 | 0.49 |
| Hex | 95 | 63 | 6A | 0 | 22 | 1D | 2A | 160 | 14 | 31 |
| Octal | 225 | 143 | 152 | 0 | 42 | 35 | 52 | 540 | 24 | 61 |
| Binary | 10010101 | 1100011 | 1101010 | 0 | 100010 | 11101 | 101010 | 101100000 | 10100 | 110001 |
Color Harmonies of #95636A
Complementary color
Monochromatic Colors of #95636A
Black with #95636A
Text Example
Text Example
White with #95636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95636A; }
p { color: rgb(149,99,106); }
H1.HeaderClassName
{
color: #95636A;
}
.AnyTagClassName
{
color: #95636A;
}
</style>
background-color css
<style>
a { background-color: #95636A; }
a { background-color: rgb(149,99,106); }
div.DivClassName
{
background-color: #95636A;
}
.BgClassName
{
background-color: #95636A;
}
</style>
border-color css
<style>
span { border-color: #95636A; }
span { border-color: rgb(149,99,106); }
td.TdClassName
{
border-color: #95636A;
}
.TagClassName
{
border-color: #95636A;
}
</style>