Shades of Mauve Taupe #92676D
Tints of Mauve Taupe #92676D
RGB
CMYK
RGB Variations
Color information
#92676D (or 0x92676D) is known color: Mauve Taupe. HEX triplet: 92, 67 and 6D. RGB value is (146,103,109). Sum of RGB (Red+Green+Blue) = 146+103+109=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #92676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92676D is #6D9892. Grayscale: #747474. Windows color (decimal): -7182483 or 7169938. OLE color: 7169938.
HSL color Cylindrical-coordinate representation of color #92676D: hue angle of 351.63º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92676D is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 103 | 109 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.43 |
| HSL | 351.63º | 0.17% | 0.49% | - |
| HSV(B) | 351.63º | 0.29% | 0.57% | - |
| XYZ | 19.46 | 16.92 | 16.71 | - |
| YUV | 116.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 109 | 0 | 0.29 | 0.25 | 0.43 | 351.63 | 0.17 | 0.49 |
| Hex | 92 | 67 | 6D | 0 | 1D | 19 | 2B | 160 | 11 | 31 |
| Octal | 222 | 147 | 155 | 0 | 35 | 31 | 53 | 540 | 21 | 61 |
| Binary | 10010010 | 1100111 | 1101101 | 0 | 11101 | 11001 | 101011 | 101100000 | 10001 | 110001 |
Color Harmonies of #92676D
Complementary color
Monochromatic Colors of #92676D
Black with #92676D
Text Example
Text Example
White with #92676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92676D; }
p { color: rgb(146,103,109); }
H1.HeaderClassName
{
color: #92676D;
}
.AnyTagClassName
{
color: #92676D;
}
</style>
background-color css
<style>
a { background-color: #92676D; }
a { background-color: rgb(146,103,109); }
div.DivClassName
{
background-color: #92676D;
}
.BgClassName
{
background-color: #92676D;
}
</style>
border-color css
<style>
span { border-color: #92676D; }
span { border-color: rgb(146,103,109); }
td.TdClassName
{
border-color: #92676D;
}
.TagClassName
{
border-color: #92676D;
}
</style>