Html Css Color HEX #84646E Mauve Taupe

📋 copy color: '#84646E'

red 132 ◦ green 100 ◦ blue 110

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

Shades of Mauve Taupe #84646E

Tints of Mauve Taupe #84646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 38.6%
G = 29.24%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84646E (or 0x84646E) is known color: Mauve Taupe. HEX triplet: 84, 64 and 6E. RGB value is (132,100,110). Sum of RGB (Red+Green+Blue) = 132+100+110=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84646E is #7B9B91. Grayscale: #6E6E6E. Windows color (decimal): -8100754 or 7234692. OLE color: 7234692.

HSL color Cylindrical-coordinate representation of color #84646E: hue angle of 341.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84646E is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 110 -
CMYK 0 0.24 0.17 0.48
HSL 341.25º 0.14% 0.45% -
HSV(B) 341.25º 0.24% 0.52% -
XYZ 16.89 15.15 16.79 -
YUV 110.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 132 100 110 0 0.24 0.17 0.48 341.25 0.14 0.45
Hex 84 64 6E 0 18 11 30 155 E 2D
Octal 204 144 156 0 30 21 60 525 16 55
Binary 10000100 1100100 1101110 0 11000 10001 110000 101010101 1110 101101

Color Harmonies of #84646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84646E

Black with #84646E

Text Example


Text Example

White with #84646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84646E; }

 p { color: rgb(132,100,110); }

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

background-color css

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

 a { background-color: rgb(132,100,110); }

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

border-color css

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

 span { border-color: rgb(132,100,110); }

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