#915970

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

Shades of Mauve Taupe #915970

Tints of Mauve Taupe #915970

Color information

#915970 (or 0x915970) is unknown color: approx Mauve Taupe. HEX triplet: 91, 59 and 70. RGB value is (145,89,112). Sum of RGB (Red+Green+Blue) = 145+89+112=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #915970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915970 is #6EA68F. Grayscale: #6C6C6C. Windows color (decimal): -7251600 or 7362961. OLE color: 7362961.

HSL color Cylindrical-coordinate representation of color #915970: hue angle of 335.36º 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 #915970 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14589112-
CMYK00.390.230.43
HSL335.36º23.93%45.88%-
HSV(B)335.36º38.62%56.86%-
XYZ18.1714.3317.14-
YUV108.37130.05154.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.91%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=41.91%
G=25.72%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458911200.390.230.43335.3623.9345.88
Hex915970027172B14f182e
Octal22113116004727535173056
Binary100100011011001111000001001111011110101110100111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915970; }

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

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

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

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

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

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

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

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