#906063

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

Shades of Mauve Taupe #906063

Tints of Mauve Taupe #906063

Color information

#906063 (or 0x906063) is unknown color: approx Mauve Taupe. HEX triplet: 90, 60 and 63. RGB value is (144,96,99). Sum of RGB (Red+Green+Blue) = 144+96+99=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #906063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906063 is #6F9F9C. Grayscale: #6E6E6E. Windows color (decimal): -7315357 or 6512784. OLE color: 6512784.

HSL color Cylindrical-coordinate representation of color #906063: hue angle of 356.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906063 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB1449699-
CMYK00.330.310.44
HSL356.25º20%47.06%-
HSV(B)356.25º33.33%56.47%-
XYZ17.9415.213.79-
YUV110.69121.4151.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=42.48%
G=28.32%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144969900.330.310.44356.252047.06
Hex9060630211F2C164142f
Octal22014014304137545442457
Binary100100001100000110001101000011111110110010110010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906063; }

 p { color: rgb(144,96,99); }

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

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

 a { background-color: rgb(144,96,99); }

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

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

 span { border-color: rgb(144,96,99); }

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