#905974

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

Shades of Mauve Taupe #905974

Tints of Mauve Taupe #905974

Color information

#905974 (or 0x905974) is unknown color: approx Mauve Taupe. HEX triplet: 90, 59 and 74. RGB value is (144,89,116). Sum of RGB (Red+Green+Blue) = 144+89+116=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #905974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905974 is #6FA68B. Grayscale: #6C6C6C. Windows color (decimal): -7317132 or 7625104. OLE color: 7625104.

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

Color convert

RGB14489116-
CMYK00.380.190.44
HSL330.55º23.61%45.69%-
HSV(B)330.55º38.19%56.47%-
XYZ18.2314.3418.33-
YUV108.52132.22153.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=41.26%
G=25.50%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448911600.380.190.44330.5523.6145.69
Hex905974026132C14b182e
Octal22013116404623545133056
Binary100100001011001111010001001101001110110010100101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905974; }

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

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

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

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

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

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

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

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