Shades of Mauve Taupe #99656A
Tints of Mauve Taupe #99656A
RGB
CMYK
RGB Variations
Color information
#99656A (or 0x99656A) is known color: Mauve Taupe. HEX triplet: 99, 65 and 6A. RGB value is (153,101,106). Sum of RGB (Red+Green+Blue) = 153+101+106=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99656A is #669A95. Grayscale: #757575. Windows color (decimal): -6724246 or 6972825. OLE color: 6972825.
HSL color Cylindrical-coordinate representation of color #99656A: hue angle of 354.23º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99656A is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 106 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.4 |
| HSL | 354.23º | 0.2% | 0.5% | - |
| HSV(B) | 354.23º | 0.34% | 0.6% | - |
| XYZ | 20.39 | 17.12 | 15.87 | - |
| YUV | 117.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 106 | 0 | 0.34 | 0.31 | 0.4 | 354.23 | 0.2 | 0.5 |
| Hex | 99 | 65 | 6A | 0 | 22 | 1F | 28 | 162 | 14 | 32 |
| Octal | 231 | 145 | 152 | 0 | 42 | 37 | 50 | 542 | 24 | 62 |
| Binary | 10011001 | 1100101 | 1101010 | 0 | 100010 | 11111 | 101000 | 101100010 | 10100 | 110010 |
Color Harmonies of #99656A
Complementary color
Monochromatic Colors of #99656A
Black with #99656A
Text Example
Text Example
White with #99656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99656A; }
p { color: rgb(153,101,106); }
H1.HeaderClassName
{
color: #99656A;
}
.AnyTagClassName
{
color: #99656A;
}
</style>
background-color css
<style>
a { background-color: #99656A; }
a { background-color: rgb(153,101,106); }
div.DivClassName
{
background-color: #99656A;
}
.BgClassName
{
background-color: #99656A;
}
</style>
border-color css
<style>
span { border-color: #99656A; }
span { border-color: rgb(153,101,106); }
td.TdClassName
{
border-color: #99656A;
}
.TagClassName
{
border-color: #99656A;
}
</style>