#90596C

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

Shades of Mauve Taupe #90596C

Tints of Mauve Taupe #90596C

Color information

#90596C (or 0x90596C) is unknown color: approx Mauve Taupe. HEX triplet: 90, 59 and 6C. RGB value is (144,89,108). Sum of RGB (Red+Green+Blue) = 144+89+108=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #90596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90596C is #6FA693. Grayscale: #6B6B6B. Windows color (decimal): -7317140 or 7100816. OLE color: 7100816.

HSL color Cylindrical-coordinate representation of color #90596C: hue angle of 339.27º 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 #90596C is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14489108-
CMYK00.380.250.44
HSL339.27º23.61%45.69%-
HSV(B)339.27º38.19%56.47%-
XYZ17.7814.1615.98-
YUV107.61128.22153.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.23%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=42.23%
G=26.10%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448910800.380.250.44339.2723.6145.69
Hex90596C026192C153182e
Octal22013115404631545233056
Binary100100001011001110110001001101100110110010101001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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