#84686C

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

Shades of Empress #84686C

Tints of Empress #84686C

Color information

#84686C (or 0x84686C) is unknown color: approx Empress. HEX triplet: 84, 68 and 6C. RGB value is (132,104,108). Sum of RGB (Red+Green+Blue) = 132+104+108=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #84686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84686C is #7B9793. Grayscale: #707070. Windows color (decimal): -8099732 or 7104644. OLE color: 7104644.

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

Color convert

RGB132104108-
CMYK00.210.180.48
HSL351.43º11.86%46.27%-
HSV(B)351.43º21.21%51.76%-
XYZ17.1715.8916.35-
YUV112.83125.28141.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=38.37%
G=30.23%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210410800.210.180.48351.4311.8646.27
Hex84686C015123015fc2e
Octal20415015402522605371456
Binary1000010011010001101100010101100101100001010111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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