Shades of Mauve Taupe #926768
Tints of Mauve Taupe #926768
RGB
CMYK
RGB Variations
Color information
#926768 (or 0x926768) is known color: Mauve Taupe. HEX triplet: 92, 67 and 68. RGB value is (146,103,104). Sum of RGB (Red+Green+Blue) = 146+103+104=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #926768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926768 is #6D9897. Grayscale: #747474. Windows color (decimal): -7182488 or 6842258. OLE color: 6842258.
HSL color Cylindrical-coordinate representation of color #926768: hue angle of 358.6º 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 #926768 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 103 | 104 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.43 |
| HSL | 358.6º | 0.17% | 0.49% | - |
| HSV(B) | 358.6º | 0.29% | 0.57% | - |
| XYZ | 19.2 | 16.81 | 15.33 | - |
| YUV | 115.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 104 | 0 | 0.29 | 0.29 | 0.43 | 358.6 | 0.17 | 0.49 |
| Hex | 92 | 67 | 68 | 0 | 1D | 1D | 2B | 167 | 11 | 31 |
| Octal | 222 | 147 | 150 | 0 | 35 | 35 | 53 | 547 | 21 | 61 |
| Binary | 10010010 | 1100111 | 1101000 | 0 | 11101 | 11101 | 101011 | 101100111 | 10001 | 110001 |
Color Harmonies of #926768
Complementary color
Monochromatic Colors of #926768
Black with #926768
Text Example
Text Example
White with #926768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926768; }
p { color: rgb(146,103,104); }
H1.HeaderClassName
{
color: #926768;
}
.AnyTagClassName
{
color: #926768;
}
</style>
background-color css
<style>
a { background-color: #926768; }
a { background-color: rgb(146,103,104); }
div.DivClassName
{
background-color: #926768;
}
.BgClassName
{
background-color: #926768;
}
</style>
border-color css
<style>
span { border-color: #926768; }
span { border-color: rgb(146,103,104); }
td.TdClassName
{
border-color: #926768;
}
.TagClassName
{
border-color: #926768;
}
</style>