Html Css Color HEX #846871 Mauve Taupe

📋 copy color: '#846871'

red 132 ◦ green 104 ◦ blue 113

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

Shades of Mauve Taupe #846871

Tints of Mauve Taupe #846871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

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

R = 37.82%
G = 29.8%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#846871 (or 0x846871) is known color: Mauve Taupe. HEX triplet: 84, 68 and 71. RGB value is (132,104,113). Sum of RGB (Red+Green+Blue) = 132+104+113=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #846871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846871 is #7B978E. Grayscale: #717171. Windows color (decimal): -8099727 or 7432324. OLE color: 7432324.

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

Color convert

RGB 132 104 113 -
CMYK 0 0.21 0.14 0.48
HSL 340.71º 0.12% 0.46% -
HSV(B) 340.71º 0.21% 0.52% -
XYZ 17.45 16 17.79 -
YUV 113.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 132 104 113 0 0.21 0.14 0.48 340.71 0.12 0.46
Hex 84 68 71 0 15 E 30 155 C 2E
Octal 204 150 161 0 25 16 60 525 14 56
Binary 10000100 1101000 1110001 0 10101 1110 110000 101010101 1100 101110

Color Harmonies of #846871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846871

Black with #846871

Text Example


Text Example

White with #846871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846871; }

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

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

background-color css

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

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

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

border-color css

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

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

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