#905A73

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

Shades of Mauve Taupe #905A73

Tints of Mauve Taupe #905A73

Color information

#905A73 (or 0x905A73) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5A and 73. RGB value is (144,90,115). Sum of RGB (Red+Green+Blue) = 144+90+115=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #905A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A73 is #6FA58C. Grayscale: #6C6C6C. Windows color (decimal): -7316877 or 7559824. OLE color: 7559824.

HSL color Cylindrical-coordinate representation of color #905A73: hue angle of 332.22º degrees, saturation: 0.23, 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 #905A73 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14490115-
CMYK00.370.200.44
HSL332.22º23.08%45.88%-
HSV(B)332.22º37.5%56.47%-
XYZ18.2514.4818.05-
YUV109131.39152.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 90 (35.55% from 255) = 25.79%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=41.26%
G=25.79%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449011500.370.200.44332.2223.0845.88
Hex905A73025142C14c172e
Octal22013216304524545142756
Binary100100001011010111001101001011010010110010100110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905A73; }

 p { color: rgb(144,90,115); }

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

<style>
 a { background-color: #905A73; }

 a { background-color: rgb(144,90,115); }

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

<style>
 span { border-color: #905A73; }

 span { border-color: rgb(144,90,115); }

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