#905673

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

Shades of Mauve Taupe #905673

Tints of Mauve Taupe #905673

Color information

#905673 (or 0x905673) is unknown color: approx Mauve Taupe. HEX triplet: 90, 56 and 73. RGB value is (144,86,115). Sum of RGB (Red+Green+Blue) = 144+86+115=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #905673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905673 is #6FA98C. Grayscale: #6A6A6A. Windows color (decimal): -7317901 or 7558800. OLE color: 7558800.

HSL color Cylindrical-coordinate representation of color #905673: hue angle of 330º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905673 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14486115-
CMYK00.400.200.44
HSL330º25.22%45.1%-
HSV(B)330º40.28%56.47%-
XYZ17.9213.8217.94-
YUV106.65132.72154.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.74%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=41.74%
G=24.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448611500.400.200.4433025.2245.1
Hex905673028142C14a192d
Octal22012616305024545123155
Binary100100001010110111001101010001010010110010100101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905673; }

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

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

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

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

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

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

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

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