#846871

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

Shades of Mauve Taupe #846871

Tints of Mauve Taupe #846871

Color information

#846871 (or 0x846871) is unknown color: approx Mauve Taupe. HEX triplet: 84, 68 and 71. RGB value is (132,104,113). Sum of RGB (Red+Green+Blue) = 132+104+113=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #846871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846871 is #7B978E. Grayscale: #717171. Windows color (decimal): -8099727 or 7432324. OLE color: 7432324.

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

Color convert

RGB132104113-
CMYK00.210.140.48
HSL340.71º11.86%46.27%-
HSV(B)340.71º21.21%51.76%-
XYZ17.451617.79-
YUV113.4127.78141.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=37.82%
G=29.80%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210411300.210.140.48340.7111.8646.27
Hex846871015E30155c2e
Octal20415016102516605251456
Binary100001001101000111000101010111101100001010101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846871; }

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

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

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

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

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

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

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

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