#84686D

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

Shades of Empress #84686D

Tints of Empress #84686D

Color information

#84686D (or 0x84686D) is unknown color: approx Empress. HEX triplet: 84, 68 and 6D. RGB value is (132,104,109). Sum of RGB (Red+Green+Blue) = 132+104+109=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84686D is #7B9792. Grayscale: #707070. Windows color (decimal): -8099731 or 7170180. OLE color: 7170180.

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

Color convert

RGB132104109-
CMYK00.210.170.48
HSL349.29º11.86%46.27%-
HSV(B)349.29º21.21%51.76%-
XYZ17.2315.9116.63-
YUV112.94125.78141.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=38.26%
G=30.14%
B=31.59%

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
Decimal13210410900.210.170.48349.2911.8646.27
Hex84686D015113015dc2e
Octal20415015502521605351456
Binary1000010011010001101101010101100011100001010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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