#846071

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

Shades of Mauve Taupe #846071

Tints of Mauve Taupe #846071

Color information

#846071 (or 0x846071) is unknown color: approx Mauve Taupe. HEX triplet: 84, 60 and 71. RGB value is (132,96,113). Sum of RGB (Red+Green+Blue) = 132+96+113=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #846071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846071 is #7B9F8E. Grayscale: #6C6C6C. Windows color (decimal): -8101775 or 7430276. OLE color: 7430276.

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

Color convert

RGB13296113-
CMYK00.270.140.48
HSL331.67º15.79%44.71%-
HSV(B)331.67º27.27%51.76%-
XYZ16.6814.4617.54-
YUV108.7130.43144.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=38.71%
G=28.15%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329611300.270.140.48331.6715.7944.71
Hex84607101BE3014c102d
Octal20414016103316605142055
Binary1000010011000001110001011011111011000010100110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846071; }

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

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

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

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

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

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

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

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