#846668

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

Shades of Empress #846668

Tints of Empress #846668

Color information

#846668 (or 0x846668) is unknown color: approx Empress. HEX triplet: 84, 66 and 68. RGB value is (132,102,104). Sum of RGB (Red+Green+Blue) = 132+102+104=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #846668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846668 is #7B9997. Grayscale: #6F6F6F. Windows color (decimal): -8100248 or 6841988. OLE color: 6841988.

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

Color convert

RGB132102104-
CMYK00.230.210.48
HSL356º12.82%45.88%-
HSV(B)356º22.73%51.76%-
XYZ16.7715.4115.19-
YUV111.2123.94142.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=39.05%
G=30.18%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210210400.230.210.4835612.8245.88
Hex8466680171530164d2e
Octal20414615002725605441556
Binary1000010011001101101000010111101011100001011001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846668; }

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

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

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

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

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

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

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

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