Shades of Mauve Taupe #92586D
Tints of Mauve Taupe #92586D
RGB
CMYK
RGB Variations
Color information
#92586D (or 0x92586D) is known color: Mauve Taupe. HEX triplet: 92, 58 and 6D. RGB value is (146,88,109). Sum of RGB (Red+Green+Blue) = 146+88+109=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #92586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92586D is #6DA792. Grayscale: #6B6B6B. Windows color (decimal): -7186323 or 7166098. OLE color: 7166098.
HSL color Cylindrical-coordinate representation of color #92586D: hue angle of 338.28º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92586D is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 88 | 109 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.43 |
| HSL | 338.28º | 0.25% | 0.46% | - |
| HSV(B) | 338.28º | 0.4% | 0.57% | - |
| XYZ | 18.1 | 14.19 | 16.25 | - |
| YUV | 107.74 | 128.72 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 88 | 109 | 0 | 0.40 | 0.25 | 0.43 | 338.28 | 0.25 | 0.46 |
| Hex | 92 | 58 | 6D | 0 | 28 | 19 | 2B | 152 | 19 | 2E |
| Octal | 222 | 130 | 155 | 0 | 50 | 31 | 53 | 522 | 31 | 56 |
| Binary | 10010010 | 1011000 | 1101101 | 0 | 101000 | 11001 | 101011 | 101010010 | 11001 | 101110 |
Color Harmonies of #92586D
Complementary color
Monochromatic Colors of #92586D
Black with #92586D
Text Example
Text Example
White with #92586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92586D; }
p { color: rgb(146,88,109); }
H1.HeaderClassName
{
color: #92586D;
}
.AnyTagClassName
{
color: #92586D;
}
</style>
background-color css
<style>
a { background-color: #92586D; }
a { background-color: rgb(146,88,109); }
div.DivClassName
{
background-color: #92586D;
}
.BgClassName
{
background-color: #92586D;
}
</style>
border-color css
<style>
span { border-color: #92586D; }
span { border-color: rgb(146,88,109); }
td.TdClassName
{
border-color: #92586D;
}
.TagClassName
{
border-color: #92586D;
}
</style>