#905C66

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

Shades of Mauve Taupe #905C66

Tints of Mauve Taupe #905C66

Color information

#905C66 (or 0x905C66) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5C and 66. RGB value is (144,92,102). Sum of RGB (Red+Green+Blue) = 144+92+102=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #905C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C66 is #6FA399. Grayscale: #6C6C6C. Windows color (decimal): -7316378 or 6708368. OLE color: 6708368.

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

Color convert

RGB14492102-
CMYK00.360.290.44
HSL348.46º22.03%46.27%-
HSV(B)348.46º36.11%56.47%-
XYZ17.7314.5414.44-
YUV108.69124.23153.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=42.60%
G=27.22%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449210200.360.290.44348.4622.0346.27
Hex905C660241D2C15c162e
Octal22013414604435545342656
Binary100100001011100110011001001001110110110010101110010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,92,102); }

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

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

 a { background-color: rgb(144,92,102); }

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

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

 span { border-color: rgb(144,92,102); }

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