#90586A

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

Shades of Mauve Taupe #90586A

Tints of Mauve Taupe #90586A

Color information

#90586A (or 0x90586A) is unknown color: approx Mauve Taupe. HEX triplet: 90, 58 and 6A. RGB value is (144,88,106). Sum of RGB (Red+Green+Blue) = 144+88+106=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90586A is #6FA795. Grayscale: #6A6A6A. Windows color (decimal): -7317398 or 6969488. OLE color: 6969488.

HSL color Cylindrical-coordinate representation of color #90586A: hue angle of 340.71º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90586A is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB14488106-
CMYK00.390.260.44
HSL340.71º24.14%45.49%-
HSV(B)340.71º38.89%56.47%-
XYZ17.5913.9515.4-
YUV106.8127.55154.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=42.60%
G=26.04%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448810600.390.260.44340.7124.1445.49
Hex90586A0271A2C155182d
Octal22013015204732545253055
Binary100100001011000110101001001111101010110010101010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90586A; }

 p { color: rgb(144,88,106); }

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

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

 a { background-color: rgb(144,88,106); }

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

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

 span { border-color: rgb(144,88,106); }

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