#905A66

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

Shades of Mauve Taupe #905A66

Tints of Mauve Taupe #905A66

Color information

#905A66 (or 0x905A66) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5A and 66. RGB value is (144,90,102). Sum of RGB (Red+Green+Blue) = 144+90+102=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #905A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A66 is #6FA599. Grayscale: #6B6B6B. Windows color (decimal): -7316890 or 6707856. OLE color: 6707856.

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

Color convert

RGB14490102-
CMYK00.370.290.44
HSL346.67º23.08%45.88%-
HSV(B)346.67º37.5%56.47%-
XYZ17.5614.214.39-
YUV107.51124.89154.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=42.86%
G=26.79%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449010200.370.290.44346.6723.0845.88
Hex905A660251D2C15b172e
Octal22013214604535545332756
Binary100100001011010110011001001011110110110010101101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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