#84636F

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

Shades of Mauve Taupe #84636F

Tints of Mauve Taupe #84636F

Color information

#84636F (or 0x84636F) is unknown color: approx Mauve Taupe. HEX triplet: 84, 63 and 6F. RGB value is (132,99,111). Sum of RGB (Red+Green+Blue) = 132+99+111=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84636F is #7B9C90. Grayscale: #6E6E6E. Windows color (decimal): -8101009 or 7299972. OLE color: 7299972.

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

Color convert

RGB13299111-
CMYK00.250.160.48
HSL338.18º14.29%45.29%-
HSV(B)338.18º25%51.76%-
XYZ16.8514.9817.04-
YUV110.23128.43143.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=38.60%
G=28.95%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329911100.250.160.48338.1814.2945.29
Hex84636F0191030152e2d
Octal20414315703120605221655
Binary1000010011000111101111011001100001100001010100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84636F;
 }
 .AnyTagClassName
 {
   color: #84636F;
 }
</style>
background-color css

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

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

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

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

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

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