Shades of Mauve Taupe #925A69
Tints of Mauve Taupe #925A69
RGB
CMYK
RGB Variations
Color information
#925A69 (or 0x925A69) is known color: Mauve Taupe. HEX triplet: 92, 5A and 69. RGB value is (146,90,105). Sum of RGB (Red+Green+Blue) = 146+90+105=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #925A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A69 is #6DA596. Grayscale: #6C6C6C. Windows color (decimal): -7185815 or 6904466. OLE color: 6904466.
HSL color Cylindrical-coordinate representation of color #925A69: hue angle of 343.93º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A69 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 105 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.43 |
| HSL | 343.93º | 0.24% | 0.46% | - |
| HSV(B) | 343.93º | 0.38% | 0.57% | - |
| XYZ | 18.06 | 14.44 | 15.2 | - |
| YUV | 108.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 105 | 0 | 0.38 | 0.28 | 0.43 | 343.93 | 0.24 | 0.46 |
| Hex | 92 | 5A | 69 | 0 | 26 | 1C | 2B | 158 | 18 | 2E |
| Octal | 222 | 132 | 151 | 0 | 46 | 34 | 53 | 530 | 30 | 56 |
| Binary | 10010010 | 1011010 | 1101001 | 0 | 100110 | 11100 | 101011 | 101011000 | 11000 | 101110 |
Color Harmonies of #925A69
Complementary color
Monochromatic Colors of #925A69
Black with #925A69
Text Example
Text Example
White with #925A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A69; }
p { color: rgb(146,90,105); }
H1.HeaderClassName
{
color: #925A69;
}
.AnyTagClassName
{
color: #925A69;
}
</style>
background-color css
<style>
a { background-color: #925A69; }
a { background-color: rgb(146,90,105); }
div.DivClassName
{
background-color: #925A69;
}
.BgClassName
{
background-color: #925A69;
}
</style>
border-color css
<style>
span { border-color: #925A69; }
span { border-color: rgb(146,90,105); }
td.TdClassName
{
border-color: #925A69;
}
.TagClassName
{
border-color: #925A69;
}
</style>