Shades of Mauve Taupe #9A6264
Tints of Mauve Taupe #9A6264
RGB
CMYK
RGB Variations
Color information
#9A6264 (or 0x9A6264) is known color: Mauve Taupe. HEX triplet: 9A, 62 and 64. RGB value is (154,98,100). Sum of RGB (Red+Green+Blue) = 154+98+100=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6264 is #659D9B. Grayscale: #737373. Windows color (decimal): -6659484 or 6578842. OLE color: 6578842.
HSL color Cylindrical-coordinate representation of color #9A6264: hue angle of 357.86º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A6264 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 98 | 100 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.40 |
| HSL | 357.86º | 0.22% | 0.49% | - |
| HSV(B) | 357.86º | 0.36% | 0.6% | - |
| XYZ | 19.99 | 16.53 | 14.19 | - |
| YUV | 114.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 100 | 0 | 0.36 | 0.35 | 0.40 | 357.86 | 0.22 | 0.49 |
| Hex | 9A | 62 | 64 | 0 | 24 | 23 | 28 | 166 | 16 | 31 |
| Octal | 232 | 142 | 144 | 0 | 44 | 43 | 50 | 546 | 26 | 61 |
| Binary | 10011010 | 1100010 | 1100100 | 0 | 100100 | 100011 | 101000 | 101100110 | 10110 | 110001 |
Color Harmonies of #9A6264
Complementary color
Monochromatic Colors of #9A6264
Black with #9A6264
Text Example
Text Example
White with #9A6264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6264; }
p { color: rgb(154,98,100); }
H1.HeaderClassName
{
color: #9A6264;
}
.AnyTagClassName
{
color: #9A6264;
}
</style>
background-color css
<style>
a { background-color: #9A6264; }
a { background-color: rgb(154,98,100); }
div.DivClassName
{
background-color: #9A6264;
}
.BgClassName
{
background-color: #9A6264;
}
</style>
border-color css
<style>
span { border-color: #9A6264; }
span { border-color: rgb(154,98,100); }
td.TdClassName
{
border-color: #9A6264;
}
.TagClassName
{
border-color: #9A6264;
}
</style>