#915D64

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

Shades of Mauve Taupe #915D64

Tints of Mauve Taupe #915D64

Color information

#915D64 (or 0x915D64) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5D and 64. RGB value is (145,93,100). Sum of RGB (Red+Green+Blue) = 145+93+100=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #915D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D64 is #6EA29B. Grayscale: #6D6D6D. Windows color (decimal): -7250588 or 6577553. OLE color: 6577553.

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

Color convert

RGB14593100-
CMYK00.360.310.43
HSL351.92º21.85%46.67%-
HSV(B)351.92º35.86%56.86%-
XYZ17.8914.7713.96-
YUV109.35122.73153.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.90%
GREEN value IS 93 (36.72% from 255) = 27.51%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=42.90%
G=27.51%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459310000.360.310.43351.9221.8546.67
Hex915D640241F2B160162f
Octal22113514404437535402657
Binary100100011011101110010001001001111110101110110000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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