#84686E

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

Shades of Empress #84686E

Tints of Empress #84686E

Color information

#84686E (or 0x84686E) is unknown color: approx Empress. HEX triplet: 84, 68 and 6E. RGB value is (132,104,110). Sum of RGB (Red+Green+Blue) = 132+104+110=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #84686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84686E is #7B9791. Grayscale: #717171. Windows color (decimal): -8099730 or 7235716. OLE color: 7235716.

HSL color Cylindrical-coordinate representation of color #84686E: hue angle of 347.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84686E is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132104110-
CMYK00.210.170.48
HSL347.14º11.86%46.27%-
HSV(B)347.14º21.21%51.76%-
XYZ17.2815.9316.92-
YUV113.06126.28141.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=38.15%
G=30.06%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210411000.210.170.48347.1411.8646.27
Hex84686E015113015bc2e
Octal20415015602521605331456
Binary1000010011010001101110010101100011100001010110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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