Shades of Mauve Taupe #9A6068
Tints of Mauve Taupe #9A6068
RGB
CMYK
RGB Variations
Color information
#9A6068 (or 0x9A6068) is known color: Mauve Taupe. HEX triplet: 9A, 60 and 68. RGB value is (154,96,104). Sum of RGB (Red+Green+Blue) = 154+96+104=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6068 is #659F97. Grayscale: #727272. Windows color (decimal): -6659992 or 6840474. OLE color: 6840474.
HSL color Cylindrical-coordinate representation of color #9A6068: hue angle of 351.72º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6068 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 96 | 104 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.40 |
| HSL | 351.72º | 0.23% | 0.49% | - |
| HSV(B) | 351.72º | 0.38% | 0.6% | - |
| XYZ | 20.01 | 16.24 | 15.18 | - |
| YUV | 114.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 104 | 0 | 0.38 | 0.32 | 0.40 | 351.72 | 0.23 | 0.49 |
| Hex | 9A | 60 | 68 | 0 | 26 | 20 | 28 | 160 | 17 | 31 |
| Octal | 232 | 140 | 150 | 0 | 46 | 40 | 50 | 540 | 27 | 61 |
| Binary | 10011010 | 1100000 | 1101000 | 0 | 100110 | 100000 | 101000 | 101100000 | 10111 | 110001 |
Color Harmonies of #9A6068
Complementary color
Monochromatic Colors of #9A6068
Black with #9A6068
Text Example
Text Example
White with #9A6068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6068; }
p { color: rgb(154,96,104); }
H1.HeaderClassName
{
color: #9A6068;
}
.AnyTagClassName
{
color: #9A6068;
}
</style>
background-color css
<style>
a { background-color: #9A6068; }
a { background-color: rgb(154,96,104); }
div.DivClassName
{
background-color: #9A6068;
}
.BgClassName
{
background-color: #9A6068;
}
</style>
border-color css
<style>
span { border-color: #9A6068; }
span { border-color: rgb(154,96,104); }
td.TdClassName
{
border-color: #9A6068;
}
.TagClassName
{
border-color: #9A6068;
}
</style>