Shades of Mauve Taupe #99606A
Tints of Mauve Taupe #99606A
RGB
CMYK
RGB Variations
Color information
#99606A (or 0x99606A) is known color: Mauve Taupe. HEX triplet: 99, 60 and 6A. RGB value is (153,96,106). Sum of RGB (Red+Green+Blue) = 153+96+106=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #99606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99606A is #669F95. Grayscale: #727272. Windows color (decimal): -6725526 or 6971545. OLE color: 6971545.
HSL color Cylindrical-coordinate representation of color #99606A: hue angle of 349.47º 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 #99606A is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 106 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.4 |
| HSL | 349.47º | 0.23% | 0.49% | - |
| HSV(B) | 349.47º | 0.37% | 0.6% | - |
| XYZ | 19.92 | 16.18 | 15.71 | - |
| YUV | 114.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 106 | 0 | 0.37 | 0.31 | 0.4 | 349.47 | 0.23 | 0.49 |
| Hex | 99 | 60 | 6A | 0 | 25 | 1F | 28 | 15D | 17 | 31 |
| Octal | 231 | 140 | 152 | 0 | 45 | 37 | 50 | 535 | 27 | 61 |
| Binary | 10011001 | 1100000 | 1101010 | 0 | 100101 | 11111 | 101000 | 101011101 | 10111 | 110001 |
Color Harmonies of #99606A
Complementary color
Monochromatic Colors of #99606A
Black with #99606A
Text Example
Text Example
White with #99606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99606A; }
p { color: rgb(153,96,106); }
H1.HeaderClassName
{
color: #99606A;
}
.AnyTagClassName
{
color: #99606A;
}
</style>
background-color css
<style>
a { background-color: #99606A; }
a { background-color: rgb(153,96,106); }
div.DivClassName
{
background-color: #99606A;
}
.BgClassName
{
background-color: #99606A;
}
</style>
border-color css
<style>
span { border-color: #99606A; }
span { border-color: rgb(153,96,106); }
td.TdClassName
{
border-color: #99606A;
}
.TagClassName
{
border-color: #99606A;
}
</style>