Shades of Mauve Taupe #95616A
Tints of Mauve Taupe #95616A
RGB
CMYK
RGB Variations
Color information
#95616A (or 0x95616A) is known color: Mauve Taupe. HEX triplet: 95, 61 and 6A. RGB value is (149,97,106). Sum of RGB (Red+Green+Blue) = 149+97+106=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #95616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95616A is #6A9E95. Grayscale: #717171. Windows color (decimal): -6987414 or 6971797. OLE color: 6971797.
HSL color Cylindrical-coordinate representation of color #95616A: hue angle of 349.62º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95616A is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 97 | 106 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.42 |
| HSL | 349.62º | 0.21% | 0.48% | - |
| HSV(B) | 349.62º | 0.35% | 0.58% | - |
| XYZ | 19.27 | 15.98 | 15.7 | - |
| YUV | 113.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 106 | 0 | 0.35 | 0.29 | 0.42 | 349.62 | 0.21 | 0.48 |
| Hex | 95 | 61 | 6A | 0 | 23 | 1D | 2A | 15E | 15 | 30 |
| Octal | 225 | 141 | 152 | 0 | 43 | 35 | 52 | 536 | 25 | 60 |
| Binary | 10010101 | 1100001 | 1101010 | 0 | 100011 | 11101 | 101010 | 101011110 | 10101 | 110000 |
Color Harmonies of #95616A
Complementary color
Monochromatic Colors of #95616A
Black with #95616A
Text Example
Text Example
White with #95616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95616A; }
p { color: rgb(149,97,106); }
H1.HeaderClassName
{
color: #95616A;
}
.AnyTagClassName
{
color: #95616A;
}
</style>
background-color css
<style>
a { background-color: #95616A; }
a { background-color: rgb(149,97,106); }
div.DivClassName
{
background-color: #95616A;
}
.BgClassName
{
background-color: #95616A;
}
</style>
border-color css
<style>
span { border-color: #95616A; }
span { border-color: rgb(149,97,106); }
td.TdClassName
{
border-color: #95616A;
}
.TagClassName
{
border-color: #95616A;
}
</style>