#84636C

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

Shades of Mauve Taupe #84636C

Tints of Mauve Taupe #84636C

Color information

#84636C (or 0x84636C) is unknown color: approx Mauve Taupe. HEX triplet: 84, 63 and 6C. RGB value is (132,99,108). Sum of RGB (Red+Green+Blue) = 132+99+108=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #84636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84636C is #7B9C93. Grayscale: #6D6D6D. Windows color (decimal): -8101012 or 7103364. OLE color: 7103364.

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

Color convert

RGB13299108-
CMYK00.250.180.48
HSL343.64º14.29%45.29%-
HSV(B)343.64º25%51.76%-
XYZ16.6814.9116.19-
YUV109.89126.93143.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=38.94%
G=29.20%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329910800.250.180.48343.6414.2945.29
Hex84636C0191230158e2d
Octal20414315403122605301655
Binary1000010011000111101100011001100101100001010110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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