#906472

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

Shades of Mauve Taupe #906472

Tints of Mauve Taupe #906472

Color information

#906472 (or 0x906472) is unknown color: approx Mauve Taupe. HEX triplet: 90, 64 and 72. RGB value is (144,100,114). Sum of RGB (Red+Green+Blue) = 144+100+114=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #906472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906472 is #6F9B8D. Grayscale: #727272. Windows color (decimal): -7314318 or 7496848. OLE color: 7496848.

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

Color convert

RGB144100114-
CMYK00.310.210.44
HSL340.91º18.03%47.84%-
HSV(B)340.91º30.56%56.47%-
XYZ19.116.2618.05-
YUV114.75127.58148.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.22%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=40.22%
G=27.93%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410011400.310.210.44340.9118.0347.84
Hex90647201F152C1551230
Octal22014416203725545252260
Binary10010000110010011100100111111010110110010101010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906472; }

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

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

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

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

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

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

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

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