#905D6D

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

Shades of Mauve Taupe #905D6D

Tints of Mauve Taupe #905D6D

Color information

#905D6D (or 0x905D6D) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5D and 6D. RGB value is (144,93,109). Sum of RGB (Red+Green+Blue) = 144+93+109=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #905D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905D6D is #6FA292. Grayscale: #6E6E6E. Windows color (decimal): -7316115 or 7167376. OLE color: 7167376.

HSL color Cylindrical-coordinate representation of color #905D6D: hue angle of 341.18º 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 #905D6D is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14493109-
CMYK00.350.240.44
HSL341.18º21.52%46.47%-
HSV(B)341.18º35.42%56.47%-
XYZ18.1814.8616.38-
YUV110.07127.4152.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=41.62%
G=26.88%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449310900.350.240.44341.1821.5246.47
Hex905D6D023182C155162e
Octal22013515504330545252656
Binary100100001011101110110101000111100010110010101010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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