#905D71

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

Shades of Mauve Taupe #905D71

Tints of Mauve Taupe #905D71

Color information

#905D71 (or 0x905D71) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5D and 71. RGB value is (144,93,113). Sum of RGB (Red+Green+Blue) = 144+93+113=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #905D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905D71 is #6FA28E. Grayscale: #6E6E6E. Windows color (decimal): -7316111 or 7429520. OLE color: 7429520.

HSL color Cylindrical-coordinate representation of color #905D71: hue angle of 336.47º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #905D71 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14493113-
CMYK00.350.220.44
HSL336.47º21.52%46.47%-
HSV(B)336.47º35.42%56.47%-
XYZ18.414.9517.54-
YUV110.53129.4151.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.14%
GREEN value IS 93 (36.72% from 255) = 26.57%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=41.14%
G=26.57%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449311300.350.220.44336.4721.5246.47
Hex905D71023162C150162e
Octal22013516104326545202656
Binary100100001011101111000101000111011010110010101000010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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