#84686F

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

Shades of Empress #84686F

Tints of Empress #84686F

Color information

#84686F (or 0x84686F) is unknown color: approx Empress. HEX triplet: 84, 68 and 6F. RGB value is (132,104,111). Sum of RGB (Red+Green+Blue) = 132+104+111=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #84686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84686F is #7B9790. Grayscale: #717171. Windows color (decimal): -8099729 or 7301252. OLE color: 7301252.

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

Color convert

RGB132104111-
CMYK00.210.160.48
HSL345º11.86%46.27%-
HSV(B)345º21.21%51.76%-
XYZ17.3415.9517.2-
YUV113.17126.78141.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=38.04%
G=29.97%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210411100.210.160.4834511.8646.27
Hex84686F0151030159c2e
Octal20415015702520605311456
Binary1000010011010001101111010101100001100001010110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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