#905671

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

Shades of Mauve Taupe #905671

Tints of Mauve Taupe #905671

Color information

#905671 (or 0x905671) is unknown color: approx Mauve Taupe. HEX triplet: 90, 56 and 71. RGB value is (144,86,113). Sum of RGB (Red+Green+Blue) = 144+86+113=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #905671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905671 is #6FA98E. Grayscale: #6A6A6A. Windows color (decimal): -7317903 or 7427728. OLE color: 7427728.

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

Color convert

RGB14486113-
CMYK00.400.220.44
HSL332.07º25.22%45.1%-
HSV(B)332.07º40.28%56.47%-
XYZ17.8113.7817.34-
YUV106.42131.72154.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.98%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=41.98%
G=25.07%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448611300.400.220.44332.0725.2245.1
Hex905671028162C14c192d
Octal22012616105026545143155
Binary100100001010110111000101010001011010110010100110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905671; }

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

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

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

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

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

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

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

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