#91596D

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

Shades of Mauve Taupe #91596D

Tints of Mauve Taupe #91596D

Color information

#91596D (or 0x91596D) is unknown color: approx Mauve Taupe. HEX triplet: 91, 59 and 6D. RGB value is (145,89,109). Sum of RGB (Red+Green+Blue) = 145+89+109=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #91596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91596D is #6EA692. Grayscale: #6B6B6B. Windows color (decimal): -7251603 or 7166353. OLE color: 7166353.

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

Color convert

RGB14589109-
CMYK00.390.250.43
HSL338.57º23.93%45.88%-
HSV(B)338.57º38.62%56.86%-
XYZ18.0114.2716.27-
YUV108.02128.55154.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=42.27%
G=25.95%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458910900.390.250.43338.5723.9345.88
Hex91596D027192B153182e
Octal22113115504731535233056
Binary100100011011001110110101001111100110101110101001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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