#846673

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

Shades of Mauve Taupe #846673

Tints of Mauve Taupe #846673

Color information

#846673 (or 0x846673) is unknown color: approx Mauve Taupe. HEX triplet: 84, 66 and 73. RGB value is (132,102,115). Sum of RGB (Red+Green+Blue) = 132+102+115=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #846673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846673 is #7B998C. Grayscale: #707070. Windows color (decimal): -8100237 or 7562884. OLE color: 7562884.

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

Color convert

RGB132102115-
CMYK00.230.130.48
HSL334º12.82%45.88%-
HSV(B)334º22.73%51.76%-
XYZ17.3615.6518.32-
YUV112.45129.44141.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=37.82%
G=29.23%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210211500.230.130.4833412.8245.88
Hex846673017D3014ed2e
Octal20414616302715605161556
Binary100001001100110111001101011111011100001010011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846673; }

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

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

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

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

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

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

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

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