Html Css Color HEX #84636A Mauve Taupe

📋 copy color: '#84636A'

red 132 ◦ green 99 ◦ blue 106

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

Shades of Mauve Taupe #84636A

Tints of Mauve Taupe #84636A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 39.17%
G = 29.38%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#84636A (or 0x84636A) is known color: Mauve Taupe. HEX triplet: 84, 63 and 6A. RGB value is (132,99,106). Sum of RGB (Red+Green+Blue) = 132+99+106=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #84636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84636A is #7B9C95. Grayscale: #6D6D6D. Windows color (decimal): -8101014 or 6972292. OLE color: 6972292.

HSL color Cylindrical-coordinate representation of color #84636A: hue angle of 347.27º 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 #84636A is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 99 106 -
CMYK 0 0.25 0.20 0.48
HSL 347.27º 0.14% 0.45% -
HSV(B) 347.27º 0.25% 0.52% -
XYZ 16.58 14.87 15.63 -
YUV 109.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 132 99 106 0 0.25 0.20 0.48 347.27 0.14 0.45
Hex 84 63 6A 0 19 14 30 15B E 2D
Octal 204 143 152 0 31 24 60 533 16 55
Binary 10000100 1100011 1101010 0 11001 10100 110000 101011011 1110 101101

Color Harmonies of #84636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84636A

Black with #84636A

Text Example


Text Example

White with #84636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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