#915971

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

Shades of Mauve Taupe #915971

Tints of Mauve Taupe #915971

Color information

#915971 (or 0x915971) is unknown color: approx Mauve Taupe. HEX triplet: 91, 59 and 71. RGB value is (145,89,113). Sum of RGB (Red+Green+Blue) = 145+89+113=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #915971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915971 is #6EA68E. Grayscale: #6C6C6C. Windows color (decimal): -7251599 or 7428497. OLE color: 7428497.

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

Color convert

RGB14589113-
CMYK00.390.220.43
HSL334.29º23.93%45.88%-
HSV(B)334.29º38.62%56.86%-
XYZ18.2314.3617.43-
YUV108.48130.55154.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=41.79%
G=25.65%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458911300.390.220.43334.2923.9345.88
Hex915971027162B14e182e
Octal22113116104726535163056
Binary100100011011001111000101001111011010101110100111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915971; }

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

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

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

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

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

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

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

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