Html Css Color HEX #846571 Mauve Taupe

📋 copy color: '#846571'

red 132 ◦ green 101 ◦ blue 113

#846571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #846571

Tints of Mauve Taupe #846571

RGB

 RED value IS 132 (51.95% from 255) = 38.15%

 GREEN value IS 101 (39.84% from 255) = 29.19%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 38.15%
G = 29.19%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#846571 (or 0x846571) is known color: Mauve Taupe. HEX triplet: 84, 65 and 71. RGB value is (132,101,113). Sum of RGB (Red+Green+Blue) = 132+101+113=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #846571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846571 is #7B9A8E. Grayscale: #6F6F6F. Windows color (decimal): -8100495 or 7431556. OLE color: 7431556.

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

Color convert

RGB 132 101 113 -
CMYK 0 0.23 0.14 0.48
HSL 336.77º 0.13% 0.46% -
HSV(B) 336.77º 0.23% 0.52% -
XYZ 17.15 15.41 17.69 -
YUV 111.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 132 101 113 0 0.23 0.14 0.48 336.77 0.13 0.46
Hex 84 65 71 0 17 E 30 151 D 2E
Octal 204 145 161 0 27 16 60 521 15 56
Binary 10000100 1100101 1110001 0 10111 1110 110000 101010001 1101 101110

Color Harmonies of #846571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846571

Black with #846571

Text Example


Text Example

White with #846571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846571; }

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

 H1.HeaderClassName
 {
   color: #846571;
 }
 .AnyTagClassName
 {
   color: #846571;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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