#91596E

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

Shades of Mauve Taupe #91596E

Tints of Mauve Taupe #91596E

Color information

#91596E (or 0x91596E) is unknown color: approx Mauve Taupe. HEX triplet: 91, 59 and 6E. RGB value is (145,89,110). Sum of RGB (Red+Green+Blue) = 145+89+110=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #91596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91596E is #6EA691. Grayscale: #6C6C6C. Windows color (decimal): -7251602 or 7231889. OLE color: 7231889.

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

Color convert

RGB14589110-
CMYK00.390.240.43
HSL337.5º23.93%45.88%-
HSV(B)337.5º38.62%56.86%-
XYZ18.0614.2916.56-
YUV108.14129.05154.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.15%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=42.15%
G=25.87%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458911000.390.240.43337.523.9345.88
Hex91596E027182B152182e
Octal22113115604730535223056
Binary100100011011001110111001001111100010101110101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91596E; }

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

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

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

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

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

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

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

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