#84616C

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

Shades of Mauve Taupe #84616C

Tints of Mauve Taupe #84616C

Color information

#84616C (or 0x84616C) is unknown color: approx Mauve Taupe. HEX triplet: 84, 61 and 6C. RGB value is (132,97,108). Sum of RGB (Red+Green+Blue) = 132+97+108=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #84616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84616C is #7B9E93. Grayscale: #6C6C6C. Windows color (decimal): -8101524 or 7102852. OLE color: 7102852.

HSL color Cylindrical-coordinate representation of color #84616C: hue angle of 341.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84616C is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13297108-
CMYK00.270.180.48
HSL341.14º15.28%44.9%-
HSV(B)341.14º26.52%51.76%-
XYZ16.514.5416.12-
YUV108.72127.6144.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=39.17%
G=28.78%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329710800.270.180.48341.1415.2844.9
Hex84616C01B1230155f2d
Octal20414115403322605251755
Binary1000010011000011101100011011100101100001010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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