#846472

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

Shades of Mauve Taupe #846472

Tints of Mauve Taupe #846472

Color information

#846472 (or 0x846472) is unknown color: approx Mauve Taupe. HEX triplet: 84, 64 and 72. RGB value is (132,100,114). Sum of RGB (Red+Green+Blue) = 132+100+114=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #846472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846472 is #7B9B8D. Grayscale: #6F6F6F. Windows color (decimal): -8100750 or 7496836. OLE color: 7496836.

HSL color Cylindrical-coordinate representation of color #846472: hue angle of 333.75º 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 #846472 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB132100114-
CMYK00.240.140.48
HSL333.75º13.79%45.49%-
HSV(B)333.75º24.24%51.76%-
XYZ17.1115.2317.96-
YUV111.16129.6142.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=38.15%
G=28.90%
B=32.95%

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
Decimal13210011400.240.140.48333.7513.7945.49
Hex846472018E3014ee2d
Octal20414416203016605161655
Binary100001001100100111001001100011101100001010011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846472; }

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

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

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

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

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

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

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

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