#90586B

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

Shades of Mauve Taupe #90586B

Tints of Mauve Taupe #90586B

Color information

#90586B (or 0x90586B) is unknown color: approx Mauve Taupe. HEX triplet: 90, 58 and 6B. RGB value is (144,88,107). Sum of RGB (Red+Green+Blue) = 144+88+107=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90586B is #6FA794. Grayscale: #6A6A6A. Windows color (decimal): -7317397 or 7035024. OLE color: 7035024.

HSL color Cylindrical-coordinate representation of color #90586B: hue angle of 339.64º 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 #90586B is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB14488107-
CMYK00.390.260.44
HSL339.64º24.14%45.49%-
HSV(B)339.64º38.89%56.47%-
XYZ17.6513.9715.68-
YUV106.91128.05154.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=42.48%
G=25.96%
B=31.56%

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
Decimal1448810700.390.260.44339.6424.1445.49
Hex90586B0271A2C154182d
Octal22013015304732545243055
Binary100100001011000110101101001111101010110010101010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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