#846771

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

Shades of Mauve Taupe #846771

Tints of Mauve Taupe #846771

Color information

#846771 (or 0x846771) is unknown color: approx Mauve Taupe. HEX triplet: 84, 67 and 71. RGB value is (132,103,113). Sum of RGB (Red+Green+Blue) = 132+103+113=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #846771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846771 is #7B988E. Grayscale: #707070. Windows color (decimal): -8099983 or 7432068. OLE color: 7432068.

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

Color convert

RGB132103113-
CMYK00.220.140.48
HSL339.31º12.34%46.08%-
HSV(B)339.31º21.97%51.76%-
XYZ17.3515.817.76-
YUV112.81128.11141.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=37.93%
G=29.60%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210311300.220.140.48339.3112.3446.08
Hex846771016E30153c2e
Octal20414716102616605231456
Binary100001001100111111000101011011101100001010100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846771; }

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

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

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

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

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

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

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

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