Html Css Color HEX #84636D Mauve Taupe

📋 copy color: '#84636D'

red 132 ◦ green 99 ◦ blue 109

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

Shades of Mauve Taupe #84636D

Tints of Mauve Taupe #84636D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.12%

 BLUE value IS 109 (42.97% from 255) = 32.06%

R = 38.82%
G = 29.12%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84636D (or 0x84636D) is known color: Mauve Taupe. HEX triplet: 84, 63 and 6D. RGB value is (132,99,109). Sum of RGB (Red+Green+Blue) = 132+99+109=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #84636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84636D is #7B9C92. Grayscale: #6D6D6D. Windows color (decimal): -8101011 or 7168900. OLE color: 7168900.

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

Color convert

RGB 132 99 109 -
CMYK 0 0.25 0.17 0.48
HSL 341.82º 0.14% 0.45% -
HSV(B) 341.82º 0.25% 0.52% -
XYZ 16.74 14.93 16.47 -
YUV 110.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 132 99 109 0 0.25 0.17 0.48 341.82 0.14 0.45
Hex 84 63 6D 0 19 11 30 156 E 2D
Octal 204 143 155 0 31 21 60 526 16 55
Binary 10000100 1100011 1101101 0 11001 10001 110000 101010110 1110 101101

Color Harmonies of #84636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84636D

Black with #84636D

Text Example


Text Example

White with #84636D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84636D; }

 p { color: rgb(132,99,109); }

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

background-color css

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

 a { background-color: rgb(132,99,109); }

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

border-color css

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

 span { border-color: rgb(132,99,109); }

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