#846466

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

Shades of Empress #846466

Tints of Empress #846466

Color information

#846466 (or 0x846466) is unknown color: approx Empress. HEX triplet: 84, 64 and 66. RGB value is (132,100,102). Sum of RGB (Red+Green+Blue) = 132+100+102=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #846466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846466 is #7B9B99. Grayscale: #6D6D6D. Windows color (decimal): -8100762 or 6710404. OLE color: 6710404.

HSL color Cylindrical-coordinate representation of color #846466: hue angle of 356.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #846466 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB132100102-
CMYK00.240.230.48
HSL356.25º13.79%45.49%-
HSV(B)356.25º24.24%51.76%-
XYZ16.4714.9814.59-
YUV109.8123.6143.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=39.52%
G=29.94%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210010200.240.230.48356.2513.7945.49
Hex8464660181730164e2d
Octal20414414603027605441655
Binary1000010011001001100110011000101111100001011001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846466; }

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

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

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

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

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

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

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

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