#90596D

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

Shades of Mauve Taupe #90596D

Tints of Mauve Taupe #90596D

Color information

#90596D (or 0x90596D) is unknown color: approx Mauve Taupe. HEX triplet: 90, 59 and 6D. RGB value is (144,89,109). Sum of RGB (Red+Green+Blue) = 144+89+109=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #90596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90596D is #6FA692. Grayscale: #6B6B6B. Windows color (decimal): -7317139 or 7166352. OLE color: 7166352.

HSL color Cylindrical-coordinate representation of color #90596D: hue angle of 338.18º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90596D is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14489109-
CMYK00.380.240.44
HSL338.18º23.61%45.69%-
HSV(B)338.18º38.19%56.47%-
XYZ17.8314.1816.26-
YUV107.72128.72153.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=42.11%
G=26.02%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448910900.380.240.44338.1823.6145.69
Hex90596D026182C152182e
Octal22013115504630545223056
Binary100100001011001110110101001101100010110010101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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