#84636D

Color #84636D Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #84636D

Tints of Mauve Taupe #84636D

Color information

#84636D (or 0x84636D) is unknown color: approx 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

RGB13299109-
CMYK00.250.170.48
HSL341.82º14.29%45.29%-
HSV(B)341.82º25%51.76%-
XYZ16.7414.9316.47-
YUV110.01127.43143.69-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329910900.250.170.48341.8214.2945.29
Hex84636D0191130156e2d
Octal20414315503121605261655
Binary1000010011000111101101011001100011100001010101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>