#846373

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

Shades of Mauve Taupe #846373

Tints of Mauve Taupe #846373

Color information

#846373 (or 0x846373) is unknown color: approx Mauve Taupe. HEX triplet: 84, 63 and 73. RGB value is (132,99,115). Sum of RGB (Red+Green+Blue) = 132+99+115=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #846373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846373 is #7B9C8C. Grayscale: #6E6E6E. Windows color (decimal): -8101005 or 7562116. OLE color: 7562116.

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

Color convert

RGB13299115-
CMYK00.250.130.48
HSL330.91º14.29%45.29%-
HSV(B)330.91º25%51.76%-
XYZ17.0715.0718.23-
YUV110.69130.43143.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=38.15%
G=28.61%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329911500.250.130.48330.9114.2945.29
Hex846373019D3014be2d
Octal20414316303115605131655
Binary100001001100011111001101100111011100001010010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846373; }

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

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

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

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

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

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

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

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