Shades of Mauve Taupe #995A74
Tints of Mauve Taupe #995A74
RGB
CMYK
RGB Variations
Color information
#995A74 (or 0x995A74) is known color: Mauve Taupe. HEX triplet: 99, 5A and 74. RGB value is (153,90,116). Sum of RGB (Red+Green+Blue) = 153+90+116=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #995A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995A74 is #66A58B. Grayscale: #6F6F6F. Windows color (decimal): -6727052 or 7625369. OLE color: 7625369.
HSL color Cylindrical-coordinate representation of color #995A74: hue angle of 335.24º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995A74 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 116 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.4 |
| HSL | 335.24º | 0.26% | 0.48% | - |
| HSV(B) | 335.24º | 0.41% | 0.6% | - |
| XYZ | 19.95 | 15.35 | 18.43 | - |
| YUV | 111.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 116 | 0 | 0.41 | 0.24 | 0.4 | 335.24 | 0.26 | 0.48 |
| Hex | 99 | 5A | 74 | 0 | 29 | 18 | 28 | 14F | 1A | 30 |
| Octal | 231 | 132 | 164 | 0 | 51 | 30 | 50 | 517 | 32 | 60 |
| Binary | 10011001 | 1011010 | 1110100 | 0 | 101001 | 11000 | 101000 | 101001111 | 11010 | 110000 |
Color Harmonies of #995A74
Complementary color
Monochromatic Colors of #995A74
Black with #995A74
Text Example
Text Example
White with #995A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A74; }
p { color: rgb(153,90,116); }
H1.HeaderClassName
{
color: #995A74;
}
.AnyTagClassName
{
color: #995A74;
}
</style>
background-color css
<style>
a { background-color: #995A74; }
a { background-color: rgb(153,90,116); }
div.DivClassName
{
background-color: #995A74;
}
.BgClassName
{
background-color: #995A74;
}
</style>
border-color css
<style>
span { border-color: #995A74; }
span { border-color: rgb(153,90,116); }
td.TdClassName
{
border-color: #995A74;
}
.TagClassName
{
border-color: #995A74;
}
</style>