Shades of Mauve Taupe #92676B
Tints of Mauve Taupe #92676B
RGB
CMYK
RGB Variations
Color information
#92676B (or 0x92676B) is known color: Mauve Taupe. HEX triplet: 92, 67 and 6B. RGB value is (146,103,107). Sum of RGB (Red+Green+Blue) = 146+103+107=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #92676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92676B is #6D9894. Grayscale: #747474. Windows color (decimal): -7182485 or 7038866. OLE color: 7038866.
HSL color Cylindrical-coordinate representation of color #92676B: hue angle of 354.42º 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 #92676B is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 103 | 107 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.43 |
| HSL | 354.42º | 0.17% | 0.49% | - |
| HSV(B) | 354.42º | 0.29% | 0.57% | - |
| XYZ | 19.36 | 16.87 | 16.15 | - |
| YUV | 116.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 107 | 0 | 0.29 | 0.27 | 0.43 | 354.42 | 0.17 | 0.49 |
| Hex | 92 | 67 | 6B | 0 | 1D | 1B | 2B | 162 | 11 | 31 |
| Octal | 222 | 147 | 153 | 0 | 35 | 33 | 53 | 542 | 21 | 61 |
| Binary | 10010010 | 1100111 | 1101011 | 0 | 11101 | 11011 | 101011 | 101100010 | 10001 | 110001 |
Color Harmonies of #92676B
Complementary color
Monochromatic Colors of #92676B
Black with #92676B
Text Example
Text Example
White with #92676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92676B; }
p { color: rgb(146,103,107); }
H1.HeaderClassName
{
color: #92676B;
}
.AnyTagClassName
{
color: #92676B;
}
</style>
background-color css
<style>
a { background-color: #92676B; }
a { background-color: rgb(146,103,107); }
div.DivClassName
{
background-color: #92676B;
}
.BgClassName
{
background-color: #92676B;
}
</style>
border-color css
<style>
span { border-color: #92676B; }
span { border-color: rgb(146,103,107); }
td.TdClassName
{
border-color: #92676B;
}
.TagClassName
{
border-color: #92676B;
}
</style>