Shades of Mauve Taupe #99616E
Tints of Mauve Taupe #99616E
RGB
CMYK
RGB Variations
Color information
#99616E (or 0x99616E) is known color: Mauve Taupe. HEX triplet: 99, 61 and 6E. RGB value is (153,97,110). Sum of RGB (Red+Green+Blue) = 153+97+110=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99616E is #669E91. Grayscale: #737373. Windows color (decimal): -6725266 or 7233945. OLE color: 7233945.
HSL color Cylindrical-coordinate representation of color #99616E: hue angle of 346.07º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99616E is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 110 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.4 |
| HSL | 346.07º | 0.22% | 0.49% | - |
| HSV(B) | 346.07º | 0.37% | 0.6% | - |
| XYZ | 20.23 | 16.45 | 16.86 | - |
| YUV | 115.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 110 | 0 | 0.37 | 0.28 | 0.4 | 346.07 | 0.22 | 0.49 |
| Hex | 99 | 61 | 6E | 0 | 25 | 1C | 28 | 15A | 16 | 31 |
| Octal | 231 | 141 | 156 | 0 | 45 | 34 | 50 | 532 | 26 | 61 |
| Binary | 10011001 | 1100001 | 1101110 | 0 | 100101 | 11100 | 101000 | 101011010 | 10110 | 110001 |
Color Harmonies of #99616E
Complementary color
Monochromatic Colors of #99616E
Black with #99616E
Text Example
Text Example
White with #99616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99616E; }
p { color: rgb(153,97,110); }
H1.HeaderClassName
{
color: #99616E;
}
.AnyTagClassName
{
color: #99616E;
}
</style>
background-color css
<style>
a { background-color: #99616E; }
a { background-color: rgb(153,97,110); }
div.DivClassName
{
background-color: #99616E;
}
.BgClassName
{
background-color: #99616E;
}
</style>
border-color css
<style>
span { border-color: #99616E; }
span { border-color: rgb(153,97,110); }
td.TdClassName
{
border-color: #99616E;
}
.TagClassName
{
border-color: #99616E;
}
</style>