#905E6A

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

Shades of Mauve Taupe #905E6A

Tints of Mauve Taupe #905E6A

Color information

#905E6A (or 0x905E6A) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5E and 6A. RGB value is (144,94,106). Sum of RGB (Red+Green+Blue) = 144+94+106=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #905E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905E6A is #6FA195. Grayscale: #6E6E6E. Windows color (decimal): -7315862 or 6971024. OLE color: 6971024.

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

Color convert

RGB14494106-
CMYK00.350.260.44
HSL345.6º21.01%46.67%-
HSV(B)345.6º34.72%56.47%-
XYZ18.1114.9815.57-
YUV110.32125.56152.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=41.86%
G=27.33%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449410600.350.260.44345.621.0146.67
Hex905E6A0231A2C15a152f
Octal22013615204332545322557
Binary100100001011110110101001000111101010110010101101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,94,106); }

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

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

 a { background-color: rgb(144,94,106); }

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

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

 span { border-color: rgb(144,94,106); }

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