#906473

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

Shades of Mauve Taupe #906473

Tints of Mauve Taupe #906473

Color information

#906473 (or 0x906473) is unknown color: approx Mauve Taupe. HEX triplet: 90, 64 and 73. RGB value is (144,100,115). Sum of RGB (Red+Green+Blue) = 144+100+115=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #906473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906473 is #6F9B8C. Grayscale: #727272. Windows color (decimal): -7314317 or 7562384. OLE color: 7562384.

HSL color Cylindrical-coordinate representation of color #906473: hue angle of 339.55º 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 #906473 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB144100115-
CMYK00.310.200.44
HSL339.55º18.03%47.84%-
HSV(B)339.55º30.56%56.47%-
XYZ19.1516.2818.35-
YUV114.87128.08148.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.11%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=40.11%
G=27.86%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410011500.310.200.44339.5518.0347.84
Hex90647301F142C1541230
Octal22014416303724545242260
Binary10010000110010011100110111111010010110010101010010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906473; }

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

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

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

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

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

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

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

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