#846471

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

Shades of Mauve Taupe #846471

Tints of Mauve Taupe #846471

Color information

#846471 (or 0x846471) is unknown color: approx Mauve Taupe. HEX triplet: 84, 64 and 71. RGB value is (132,100,113). Sum of RGB (Red+Green+Blue) = 132+100+113=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #846471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846471 is #7B9B8E. Grayscale: #6F6F6F. Windows color (decimal): -8100751 or 7431300. OLE color: 7431300.

HSL color Cylindrical-coordinate representation of color #846471: hue angle of 335.62º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #846471 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB132100113-
CMYK00.240.140.48
HSL335.62º13.79%45.49%-
HSV(B)335.62º24.24%51.76%-
XYZ17.0515.2117.66-
YUV111.05129.1142.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=38.26%
G=28.99%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210011300.240.140.48335.6213.7945.49
Hex846471018E30150e2d
Octal20414416103016605201655
Binary100001001100100111000101100011101100001010100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846471; }

 p { color: rgb(132,100,113); }

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

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

 a { background-color: rgb(132,100,113); }

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

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

 span { border-color: rgb(132,100,113); }

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