Shades of Mauve Taupe #9A6265
Tints of Mauve Taupe #9A6265
RGB
CMYK
RGB Variations
Color information
#9A6265 (or 0x9A6265) is known color: Mauve Taupe. HEX triplet: 9A, 62 and 65. RGB value is (154,98,101). Sum of RGB (Red+Green+Blue) = 154+98+101=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6265 is #659D9A. Grayscale: #737373. Windows color (decimal): -6659483 or 6644378. OLE color: 6644378.
HSL color Cylindrical-coordinate representation of color #9A6265: hue angle of 356.79º 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 #9A6265 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 98 | 101 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.40 |
| HSL | 356.79º | 0.22% | 0.49% | - |
| HSV(B) | 356.79º | 0.36% | 0.6% | - |
| XYZ | 20.04 | 16.54 | 14.45 | - |
| YUV | 115.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 101 | 0 | 0.36 | 0.34 | 0.40 | 356.79 | 0.22 | 0.49 |
| Hex | 9A | 62 | 65 | 0 | 24 | 22 | 28 | 165 | 16 | 31 |
| Octal | 232 | 142 | 145 | 0 | 44 | 42 | 50 | 545 | 26 | 61 |
| Binary | 10011010 | 1100010 | 1100101 | 0 | 100100 | 100010 | 101000 | 101100101 | 10110 | 110001 |
Color Harmonies of #9A6265
Complementary color
Monochromatic Colors of #9A6265
Black with #9A6265
Text Example
Text Example
White with #9A6265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6265; }
p { color: rgb(154,98,101); }
H1.HeaderClassName
{
color: #9A6265;
}
.AnyTagClassName
{
color: #9A6265;
}
</style>
background-color css
<style>
a { background-color: #9A6265; }
a { background-color: rgb(154,98,101); }
div.DivClassName
{
background-color: #9A6265;
}
.BgClassName
{
background-color: #9A6265;
}
</style>
border-color css
<style>
span { border-color: #9A6265; }
span { border-color: rgb(154,98,101); }
td.TdClassName
{
border-color: #9A6265;
}
.TagClassName
{
border-color: #9A6265;
}
</style>