#84636E

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

Shades of Mauve Taupe #84636E

Tints of Mauve Taupe #84636E

Color information

#84636E (or 0x84636E) is unknown color: approx Mauve Taupe. HEX triplet: 84, 63 and 6E. RGB value is (132,99,110). Sum of RGB (Red+Green+Blue) = 132+99+110=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84636E is #7B9C91. Grayscale: #6E6E6E. Windows color (decimal): -8101010 or 7234436. OLE color: 7234436.

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

Color convert

RGB13299110-
CMYK00.250.170.48
HSL340º14.29%45.29%-
HSV(B)340º25%51.76%-
XYZ16.7914.9616.75-
YUV110.12127.93143.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=38.71%
G=29.03%
B=32.26%

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
Decimal1329911000.250.170.4834014.2945.29
Hex84636E0191130154e2d
Octal20414315603121605241655
Binary1000010011000111101110011001100011100001010101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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