#84666A

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

Shades of Empress #84666A

Tints of Empress #84666A

Color information

#84666A (or 0x84666A) is unknown color: approx Empress. HEX triplet: 84, 66 and 6A. RGB value is (132,102,106). Sum of RGB (Red+Green+Blue) = 132+102+106=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #84666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84666A is #7B9995. Grayscale: #6F6F6F. Windows color (decimal): -8100246 or 6973060. OLE color: 6973060.

HSL color Cylindrical-coordinate representation of color #84666A: hue angle of 352º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84666A is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB132102106-
CMYK00.230.200.48
HSL352º12.82%45.88%-
HSV(B)352º22.73%51.76%-
XYZ16.8715.4515.73-
YUV111.43124.94142.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=38.82%
G=30%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210210600.230.200.4835212.8245.88
Hex84666A0171430160d2e
Octal20414615202724605401556
Binary1000010011001101101010010111101001100001011000001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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