#905E6B

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

Shades of Mauve Taupe #905E6B

Tints of Mauve Taupe #905E6B

Color information

#905E6B (or 0x905E6B) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5E and 6B. RGB value is (144,94,107). Sum of RGB (Red+Green+Blue) = 144+94+107=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #905E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905E6B is #6FA194. Grayscale: #6E6E6E. Windows color (decimal): -7315861 or 7036560. OLE color: 7036560.

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

Color convert

RGB14494107-
CMYK00.350.260.44
HSL344.4º21.01%46.67%-
HSV(B)344.4º34.72%56.47%-
XYZ18.161515.85-
YUV110.43126.06151.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.74%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=41.74%
G=27.25%
B=31.01%

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
Decimal1449410700.350.260.44344.421.0146.67
Hex905E6B0231A2C158152f
Octal22013615304332545302557
Binary100100001011110110101101000111101010110010101100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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