#84666F

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

Shades of Mauve Taupe #84666F

Tints of Mauve Taupe #84666F

Color information

#84666F (or 0x84666F) is unknown color: approx Mauve Taupe. HEX triplet: 84, 66 and 6F. RGB value is (132,102,111). Sum of RGB (Red+Green+Blue) = 132+102+111=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84666F is #7B9990. Grayscale: #6F6F6F. Windows color (decimal): -8100241 or 7300740. OLE color: 7300740.

HSL color Cylindrical-coordinate representation of color #84666F: hue angle of 342º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84666F is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB132102111-
CMYK00.230.160.48
HSL342º12.82%45.88%-
HSV(B)342º22.73%51.76%-
XYZ17.1415.5617.14-
YUV112127.44142.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=38.26%
G=29.57%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210211100.230.160.4834212.8245.88
Hex84666F0171030156d2e
Octal20414615702720605261556
Binary1000010011001101101111010111100001100001010101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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