#84616F

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

Shades of Mauve Taupe #84616F

Tints of Mauve Taupe #84616F

Color information

#84616F (or 0x84616F) is unknown color: approx Mauve Taupe. HEX triplet: 84, 61 and 6F. RGB value is (132,97,111). Sum of RGB (Red+Green+Blue) = 132+97+111=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #84616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84616F is #7B9E90. Grayscale: #6D6D6D. Windows color (decimal): -8101521 or 7299460. OLE color: 7299460.

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

Color convert

RGB13297111-
CMYK00.270.160.48
HSL336º15.28%44.9%-
HSV(B)336º26.52%51.76%-
XYZ16.6614.616.98-
YUV109.06129.1144.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=38.82%
G=28.53%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329711100.270.160.4833615.2844.9
Hex84616F01B1030150f2d
Octal20414115703320605201755
Binary1000010011000011101111011011100001100001010100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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