#84666C

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

Shades of Empress #84666C

Tints of Empress #84666C

Color information

#84666C (or 0x84666C) is unknown color: approx Empress. HEX triplet: 84, 66 and 6C. RGB value is (132,102,108). Sum of RGB (Red+Green+Blue) = 132+102+108=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84666C is #7B9993. Grayscale: #6F6F6F. Windows color (decimal): -8100244 or 7104132. OLE color: 7104132.

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

Color convert

RGB132102108-
CMYK00.230.180.48
HSL348º12.82%45.88%-
HSV(B)348º22.73%51.76%-
XYZ16.9715.4916.28-
YUV111.65125.94142.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=38.60%
G=29.82%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210210800.230.180.4834812.8245.88
Hex84666C017123015cd2e
Octal20414615402722605341556
Binary1000010011001101101100010111100101100001010111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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