#84606E

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

Shades of Mauve Taupe #84606E

Tints of Mauve Taupe #84606E

Color information

#84606E (or 0x84606E) is unknown color: approx Mauve Taupe. HEX triplet: 84, 60 and 6E. RGB value is (132,96,110). Sum of RGB (Red+Green+Blue) = 132+96+110=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84606E is #7B9F91. Grayscale: #6C6C6C. Windows color (decimal): -8101778 or 7233668. OLE color: 7233668.

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

Color convert

RGB13296110-
CMYK00.270.170.48
HSL336.67º15.79%44.71%-
HSV(B)336.67º27.27%51.76%-
XYZ16.5114.416.66-
YUV108.36128.93144.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=39.05%
G=28.40%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329611000.270.170.48336.6715.7944.71
Hex84606E01B1130151102d
Octal20414015603321605212055
Binary10000100110000011011100110111000111000010101000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84606E; }

 p { color: rgb(132,96,110); }

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

<style>
 a { background-color: #84606E; }

 a { background-color: rgb(132,96,110); }

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

<style>
 span { border-color: #84606E; }

 span { border-color: rgb(132,96,110); }

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