Shades of Mauve Taupe #99606C
Tints of Mauve Taupe #99606C
RGB
CMYK
RGB Variations
Color information
#99606C (or 0x99606C) is known color: Mauve Taupe. HEX triplet: 99, 60 and 6C. RGB value is (153,96,108). Sum of RGB (Red+Green+Blue) = 153+96+108=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #99606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99606C is #669F93. Grayscale: #727272. Windows color (decimal): -6725524 or 7102617. OLE color: 7102617.
HSL color Cylindrical-coordinate representation of color #99606C: hue angle of 347.37º 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 #99606C is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 108 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.4 |
| HSL | 347.37º | 0.23% | 0.49% | - |
| HSV(B) | 347.37º | 0.37% | 0.6% | - |
| XYZ | 20.03 | 16.22 | 16.26 | - |
| YUV | 114.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 108 | 0 | 0.37 | 0.29 | 0.4 | 347.37 | 0.23 | 0.49 |
| Hex | 99 | 60 | 6C | 0 | 25 | 1D | 28 | 15B | 17 | 31 |
| Octal | 231 | 140 | 154 | 0 | 45 | 35 | 50 | 533 | 27 | 61 |
| Binary | 10011001 | 1100000 | 1101100 | 0 | 100101 | 11101 | 101000 | 101011011 | 10111 | 110001 |
Color Harmonies of #99606C
Complementary color
Monochromatic Colors of #99606C
Black with #99606C
Text Example
Text Example
White with #99606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99606C; }
p { color: rgb(153,96,108); }
H1.HeaderClassName
{
color: #99606C;
}
.AnyTagClassName
{
color: #99606C;
}
</style>
background-color css
<style>
a { background-color: #99606C; }
a { background-color: rgb(153,96,108); }
div.DivClassName
{
background-color: #99606C;
}
.BgClassName
{
background-color: #99606C;
}
</style>
border-color css
<style>
span { border-color: #99606C; }
span { border-color: rgb(153,96,108); }
td.TdClassName
{
border-color: #99606C;
}
.TagClassName
{
border-color: #99606C;
}
</style>