Shades of Mauve Taupe #925A6C
Tints of Mauve Taupe #925A6C
RGB
CMYK
RGB Variations
Color information
#925A6C (or 0x925A6C) is known color: Mauve Taupe. HEX triplet: 92, 5A and 6C. RGB value is (146,90,108). Sum of RGB (Red+Green+Blue) = 146+90+108=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 146 - color contains mainly: red. Hex color #925A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A6C is #6DA593. Grayscale: #6C6C6C. Windows color (decimal): -7185812 or 7101074. OLE color: 7101074.
HSL color Cylindrical-coordinate representation of color #925A6C: hue angle of 340.71º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A6C is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 108 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.43 |
| HSL | 340.71º | 0.24% | 0.46% | - |
| HSV(B) | 340.71º | 0.38% | 0.57% | - |
| XYZ | 18.22 | 14.51 | 16.03 | - |
| YUV | 108.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 108 | 0 | 0.38 | 0.26 | 0.43 | 340.71 | 0.24 | 0.46 |
| Hex | 92 | 5A | 6C | 0 | 26 | 1A | 2B | 155 | 18 | 2E |
| Octal | 222 | 132 | 154 | 0 | 46 | 32 | 53 | 525 | 30 | 56 |
| Binary | 10010010 | 1011010 | 1101100 | 0 | 100110 | 11010 | 101011 | 101010101 | 11000 | 101110 |
Color Harmonies of #925A6C
Complementary color
Monochromatic Colors of #925A6C
Black with #925A6C
Text Example
Text Example
White with #925A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A6C; }
p { color: rgb(146,90,108); }
H1.HeaderClassName
{
color: #925A6C;
}
.AnyTagClassName
{
color: #925A6C;
}
</style>
background-color css
<style>
a { background-color: #925A6C; }
a { background-color: rgb(146,90,108); }
div.DivClassName
{
background-color: #925A6C;
}
.BgClassName
{
background-color: #925A6C;
}
</style>
border-color css
<style>
span { border-color: #925A6C; }
span { border-color: rgb(146,90,108); }
td.TdClassName
{
border-color: #925A6C;
}
.TagClassName
{
border-color: #925A6C;
}
</style>