Shades of Mauve Taupe #95606A
Tints of Mauve Taupe #95606A
RGB
CMYK
RGB Variations
Color information
#95606A (or 0x95606A) is known color: Mauve Taupe. HEX triplet: 95, 60 and 6A. RGB value is (149,96,106). Sum of RGB (Red+Green+Blue) = 149+96+106=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #95606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95606A is #6A9F95. Grayscale: #717171. Windows color (decimal): -6987670 or 6971541. OLE color: 6971541.
HSL color Cylindrical-coordinate representation of color #95606A: hue angle of 348.68º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95606A is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 96 | 106 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.42 |
| HSL | 348.68º | 0.22% | 0.48% | - |
| HSV(B) | 348.68º | 0.36% | 0.58% | - |
| XYZ | 19.18 | 15.8 | 15.67 | - |
| YUV | 112.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 106 | 0 | 0.36 | 0.29 | 0.42 | 348.68 | 0.22 | 0.48 |
| Hex | 95 | 60 | 6A | 0 | 24 | 1D | 2A | 15D | 16 | 30 |
| Octal | 225 | 140 | 152 | 0 | 44 | 35 | 52 | 535 | 26 | 60 |
| Binary | 10010101 | 1100000 | 1101010 | 0 | 100100 | 11101 | 101010 | 101011101 | 10110 | 110000 |
Color Harmonies of #95606A
Complementary color
Monochromatic Colors of #95606A
Black with #95606A
Text Example
Text Example
White with #95606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95606A; }
p { color: rgb(149,96,106); }
H1.HeaderClassName
{
color: #95606A;
}
.AnyTagClassName
{
color: #95606A;
}
</style>
background-color css
<style>
a { background-color: #95606A; }
a { background-color: rgb(149,96,106); }
div.DivClassName
{
background-color: #95606A;
}
.BgClassName
{
background-color: #95606A;
}
</style>
border-color css
<style>
span { border-color: #95606A; }
span { border-color: rgb(149,96,106); }
td.TdClassName
{
border-color: #95606A;
}
.TagClassName
{
border-color: #95606A;
}
</style>