Shades of Mauve Taupe #92626F
Tints of Mauve Taupe #92626F
RGB
CMYK
RGB Variations
Color information
#92626F (or 0x92626F) is known color: Mauve Taupe. HEX triplet: 92, 62 and 6F. RGB value is (146,98,111). Sum of RGB (Red+Green+Blue) = 146+98+111=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #92626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92626F is #6D9D90. Grayscale: #717171. Windows color (decimal): -7183761 or 7299730. OLE color: 7299730.
HSL color Cylindrical-coordinate representation of color #92626F: hue angle of 343.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92626F is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 98 | 111 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.43 |
| HSL | 343.75º | 0.2% | 0.48% | - |
| HSV(B) | 343.75º | 0.33% | 0.57% | - |
| XYZ | 19.09 | 15.99 | 17.12 | - |
| YUV | 113.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 111 | 0 | 0.33 | 0.24 | 0.43 | 343.75 | 0.2 | 0.48 |
| Hex | 92 | 62 | 6F | 0 | 21 | 18 | 2B | 158 | 14 | 30 |
| Octal | 222 | 142 | 157 | 0 | 41 | 30 | 53 | 530 | 24 | 60 |
| Binary | 10010010 | 1100010 | 1101111 | 0 | 100001 | 11000 | 101011 | 101011000 | 10100 | 110000 |
Color Harmonies of #92626F
Complementary color
Monochromatic Colors of #92626F
Black with #92626F
Text Example
Text Example
White with #92626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92626F; }
p { color: rgb(146,98,111); }
H1.HeaderClassName
{
color: #92626F;
}
.AnyTagClassName
{
color: #92626F;
}
</style>
background-color css
<style>
a { background-color: #92626F; }
a { background-color: rgb(146,98,111); }
div.DivClassName
{
background-color: #92626F;
}
.BgClassName
{
background-color: #92626F;
}
</style>
border-color css
<style>
span { border-color: #92626F; }
span { border-color: rgb(146,98,111); }
td.TdClassName
{
border-color: #92626F;
}
.TagClassName
{
border-color: #92626F;
}
</style>