#84686A

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

Shades of Empress #84686A

Tints of Empress #84686A

Color information

#84686A (or 0x84686A) is unknown color: approx Empress. HEX triplet: 84, 68 and 6A. RGB value is (132,104,106). Sum of RGB (Red+Green+Blue) = 132+104+106=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84686A is #7B9795. Grayscale: #707070. Windows color (decimal): -8099734 or 6973572. OLE color: 6973572.

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

Color convert

RGB132104106-
CMYK00.210.200.48
HSL355.71º11.86%46.27%-
HSV(B)355.71º21.21%51.76%-
XYZ17.0715.8515.79-
YUV112.6124.28141.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=38.60%
G=30.41%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210410600.210.200.48355.7111.8646.27
Hex84686A0151430164c2e
Octal20415015202524605441456
Binary1000010011010001101010010101101001100001011001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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