#905971

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

Shades of Mauve Taupe #905971

Tints of Mauve Taupe #905971

Color information

#905971 (or 0x905971) is unknown color: approx Mauve Taupe. HEX triplet: 90, 59 and 71. RGB value is (144,89,113). Sum of RGB (Red+Green+Blue) = 144+89+113=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #905971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905971 is #6FA68E. Grayscale: #6C6C6C. Windows color (decimal): -7317135 or 7428496. OLE color: 7428496.

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

Color convert

RGB14489113-
CMYK00.380.220.44
HSL333.82º23.61%45.69%-
HSV(B)333.82º38.19%56.47%-
XYZ18.0514.2717.42-
YUV108.18130.72153.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=41.62%
G=25.72%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448911300.380.220.44333.8223.6145.69
Hex905971026162C14e182e
Octal22013116104626545163056
Binary100100001011001111000101001101011010110010100111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905971; }

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

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

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

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

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

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

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

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