#915D6C

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

Shades of Mauve Taupe #915D6C

Tints of Mauve Taupe #915D6C

Color information

#915D6C (or 0x915D6C) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5D and 6C. RGB value is (145,93,108). Sum of RGB (Red+Green+Blue) = 145+93+108=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #915D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D6C is #6EA293. Grayscale: #6E6E6E. Windows color (decimal): -7250580 or 7101841. OLE color: 7101841.

HSL color Cylindrical-coordinate representation of color #915D6C: hue angle of 342.69º 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 #915D6C is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14593108-
CMYK00.360.260.43
HSL342.69º21.85%46.67%-
HSV(B)342.69º35.86%56.86%-
XYZ18.314.9316.1-
YUV110.26126.73152.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.91%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=41.91%
G=26.88%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459310800.360.260.43342.6921.8546.67
Hex915D6C0241A2B157162f
Octal22113515404432535272657
Binary100100011011101110110001001001101010101110101011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915D6C; }

 p { color: rgb(145,93,108); }

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

<style>
 a { background-color: #915D6C; }

 a { background-color: rgb(145,93,108); }

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

<style>
 span { border-color: #915D6C; }

 span { border-color: rgb(145,93,108); }

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