#846371

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

Shades of Mauve Taupe #846371

Tints of Mauve Taupe #846371

Color information

#846371 (or 0x846371) is unknown color: approx Mauve Taupe. HEX triplet: 84, 63 and 71. RGB value is (132,99,113). Sum of RGB (Red+Green+Blue) = 132+99+113=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #846371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846371 is #7B9C8E. Grayscale: #6E6E6E. Windows color (decimal): -8101007 or 7431044. OLE color: 7431044.

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

Color convert

RGB13299113-
CMYK00.250.140.48
HSL334.55º14.29%45.29%-
HSV(B)334.55º25%51.76%-
XYZ16.9615.0217.63-
YUV110.46129.43143.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=38.37%
G=28.78%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329911300.250.140.48334.5514.2945.29
Hex846371019E3014fe2d
Octal20414316103116605171655
Binary100001001100011111000101100111101100001010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846371; }

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

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

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

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

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

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

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

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