#925D74

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

Shades of Mauve Taupe #925D74

Tints of Mauve Taupe #925D74

Color information

#925D74 (or 0x925D74) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5D and 74. RGB value is (146,93,116). Sum of RGB (Red+Green+Blue) = 146+93+116=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #925D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D74 is #6DA28B. Grayscale: #6F6F6F. Windows color (decimal): -7185036 or 7626130. OLE color: 7626130.

HSL color Cylindrical-coordinate representation of color #925D74: hue angle of 333.96º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925D74 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14693116-
CMYK00.360.210.43
HSL333.96º22.18%46.86%-
HSV(B)333.96º36.3%57.25%-
XYZ18.9215.218.46-
YUV111.47130.56152.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=41.13%
G=26.20%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469311600.360.210.43333.9622.1846.86
Hex925D74024152B14e162f
Octal22213516404425535162657
Binary100100101011101111010001001001010110101110100111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,93,116); }

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

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

 a { background-color: rgb(146,93,116); }

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

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

 span { border-color: rgb(146,93,116); }

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