#915975

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

Shades of Mauve Taupe #915975

Tints of Mauve Taupe #915975

Color information

#915975 (or 0x915975) is unknown color: approx Mauve Taupe. HEX triplet: 91, 59 and 75. RGB value is (145,89,117). Sum of RGB (Red+Green+Blue) = 145+89+117=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #915975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915975 is #6EA68A. Grayscale: #6C6C6C. Windows color (decimal): -7251595 or 7690641. OLE color: 7690641.

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

Color convert

RGB14589117-
CMYK00.390.190.43
HSL330º23.93%45.88%-
HSV(B)330º38.62%56.86%-
XYZ18.4614.4518.65-
YUV108.94132.55153.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.31%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=41.31%
G=25.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458911700.390.190.4333023.9345.88
Hex915975027132B14a182e
Octal22113116504723535123056
Binary100100011011001111010101001111001110101110100101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915975; }

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

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

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

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

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

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

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

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