Shades of Mauve Taupe #99606E
Tints of Mauve Taupe #99606E
RGB
CMYK
RGB Variations
Color information
#99606E (or 0x99606E) is known color: Mauve Taupe. HEX triplet: 99, 60 and 6E. RGB value is (153,96,110). Sum of RGB (Red+Green+Blue) = 153+96+110=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99606E is #669F91. Grayscale: #727272. Windows color (decimal): -6725522 or 7233689. OLE color: 7233689.
HSL color Cylindrical-coordinate representation of color #99606E: hue angle of 345.26º degrees, saturation: 0.23, 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 #99606E is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 110 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.4 |
| HSL | 345.26º | 0.23% | 0.49% | - |
| HSV(B) | 345.26º | 0.37% | 0.6% | - |
| XYZ | 20.13 | 16.26 | 16.83 | - |
| YUV | 114.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 110 | 0 | 0.37 | 0.28 | 0.4 | 345.26 | 0.23 | 0.49 |
| Hex | 99 | 60 | 6E | 0 | 25 | 1C | 28 | 159 | 17 | 31 |
| Octal | 231 | 140 | 156 | 0 | 45 | 34 | 50 | 531 | 27 | 61 |
| Binary | 10011001 | 1100000 | 1101110 | 0 | 100101 | 11100 | 101000 | 101011001 | 10111 | 110001 |
Color Harmonies of #99606E
Complementary color
Monochromatic Colors of #99606E
Black with #99606E
Text Example
Text Example
White with #99606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99606E; }
p { color: rgb(153,96,110); }
H1.HeaderClassName
{
color: #99606E;
}
.AnyTagClassName
{
color: #99606E;
}
</style>
background-color css
<style>
a { background-color: #99606E; }
a { background-color: rgb(153,96,110); }
div.DivClassName
{
background-color: #99606E;
}
.BgClassName
{
background-color: #99606E;
}
</style>
border-color css
<style>
span { border-color: #99606E; }
span { border-color: rgb(153,96,110); }
td.TdClassName
{
border-color: #99606E;
}
.TagClassName
{
border-color: #99606E;
}
</style>