#84656F

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

Shades of Mauve Taupe #84656F

Tints of Mauve Taupe #84656F

Color information

#84656F (or 0x84656F) is unknown color: approx Mauve Taupe. HEX triplet: 84, 65 and 6F. RGB value is (132,101,111). Sum of RGB (Red+Green+Blue) = 132+101+111=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #84656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84656F is #7B9A90. Grayscale: #6F6F6F. Windows color (decimal): -8100497 or 7300484. OLE color: 7300484.

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

Color convert

RGB132101111-
CMYK00.230.160.48
HSL340.65º13.3%45.69%-
HSV(B)340.65º23.48%51.76%-
XYZ17.0415.3617.11-
YUV111.41127.77142.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=38.37%
G=29.36%
B=32.27%

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
Decimal13210111100.230.160.48340.6513.345.69
Hex84656F0171030155d2e
Octal20414515702720605251556
Binary1000010011001011101111010111100001100001010101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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