#915C71

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

Shades of Mauve Taupe #915C71

Tints of Mauve Taupe #915C71

Color information

#915C71 (or 0x915C71) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5C and 71. RGB value is (145,92,113). Sum of RGB (Red+Green+Blue) = 145+92+113=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #915C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C71 is #6EA38E. Grayscale: #6E6E6E. Windows color (decimal): -7250831 or 7429265. OLE color: 7429265.

HSL color Cylindrical-coordinate representation of color #915C71: hue angle of 336.23º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915C71 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14592113-
CMYK00.370.220.43
HSL336.23º22.36%46.47%-
HSV(B)336.23º36.55%56.86%-
XYZ18.4814.8717.52-
YUV110.24129.56152.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.43%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=41.43%
G=26.29%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459211300.370.220.43336.2322.3646.47
Hex915C71025162B150162e
Octal22113416104526535202656
Binary100100011011100111000101001011011010101110101000010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,92,113); }

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

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

 a { background-color: rgb(145,92,113); }

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

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

 span { border-color: rgb(145,92,113); }

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