#84616B

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

Shades of Mauve Taupe #84616B

Tints of Mauve Taupe #84616B

Color information

#84616B (or 0x84616B) is unknown color: approx Mauve Taupe. HEX triplet: 84, 61 and 6B. RGB value is (132,97,107). Sum of RGB (Red+Green+Blue) = 132+97+107=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #84616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84616B is #7B9E94. Grayscale: #6C6C6C. Windows color (decimal): -8101525 or 7037316. OLE color: 7037316.

HSL color Cylindrical-coordinate representation of color #84616B: hue angle of 342.86º 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 #84616B is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13297107-
CMYK00.270.190.48
HSL342.86º15.28%44.9%-
HSV(B)342.86º26.52%51.76%-
XYZ16.4414.5215.85-
YUV108.6127.1144.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=39.29%
G=28.87%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329710700.270.190.48342.8615.2844.9
Hex84616B01B1330157f2d
Octal20414115303323605271755
Binary1000010011000011101011011011100111100001010101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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