#906470

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

Shades of Mauve Taupe #906470

Tints of Mauve Taupe #906470

Color information

#906470 (or 0x906470) is unknown color: approx Mauve Taupe. HEX triplet: 90, 64 and 70. RGB value is (144,100,112). Sum of RGB (Red+Green+Blue) = 144+100+112=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #906470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906470 is #6F9B8F. Grayscale: #727272. Windows color (decimal): -7314320 or 7365776. OLE color: 7365776.

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

Color convert

RGB144100112-
CMYK00.310.220.44
HSL343.64º18.03%47.84%-
HSV(B)343.64º30.56%56.47%-
XYZ18.9816.2117.46-
YUV114.52126.58149.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=40.45%
G=28.09%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410011200.310.220.44343.6418.0347.84
Hex90647001F162C1581230
Octal22014416003726545302260
Binary10010000110010011100000111111011010110010101100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906470; }

 p { color: rgb(144,100,112); }

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

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

 a { background-color: rgb(144,100,112); }

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

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

 span { border-color: rgb(144,100,112); }

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