#925A75

Color #925A75 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #925A75

Tints of Mauve Taupe #925A75

Color information

#925A75 (or 0x925A75) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5A and 75. RGB value is (146,90,117). Sum of RGB (Red+Green+Blue) = 146+90+117=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #925A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A75 is #6DA58A. Grayscale: #6D6D6D. Windows color (decimal): -7185803 or 7690898. OLE color: 7690898.

HSL color Cylindrical-coordinate representation of color #925A75: hue angle of 331.07º 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 #925A75 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB14690117-
CMYK00.380.200.43
HSL331.07º23.73%46.27%-
HSV(B)331.07º38.36%57.25%-
XYZ18.7214.7118.68-
YUV109.82132.05153.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=41.36%
G=25.50%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469011700.380.200.43331.0723.7346.27
Hex925A75026142B14b182e
Octal22213216504624535133056
Binary100100101011010111010101001101010010101110100101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925A75; }

 p { color: rgb(146,90,117); }

 H1.HeaderClassName
 {
   color: #925A75;
 }
 .AnyTagClassName
 {
   color: #925A75;
 }
</style>
background-color css

<style>
 a { background-color: #925A75; }

 a { background-color: rgb(146,90,117); }

 div.DivClassName
 {
   background-color: #925A75;
 }
 .BgClassName
 {
   background-color: #925A75;
 }
</style>
border-color css

<style>
 span { border-color: #925A75; }

 span { border-color: rgb(146,90,117); }

 td.TdClassName
 {
   border-color: #925A75;
 }
 .TagClassName
 {
   border-color: #925A75;
 }
</style>