#846566

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

Shades of Empress #846566

Tints of Empress #846566

Color information

#846566 (or 0x846566) is unknown color: approx Empress. HEX triplet: 84, 65 and 66. RGB value is (132,101,102). Sum of RGB (Red+Green+Blue) = 132+101+102=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #846566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846566 is #7B9A99. Grayscale: #6E6E6E. Windows color (decimal): -8100506 or 6710660. OLE color: 6710660.

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

Color convert

RGB132101102-
CMYK00.230.230.48
HSL358.06º13.3%45.69%-
HSV(B)358.06º23.48%51.76%-
XYZ16.5715.1714.63-
YUV110.38123.27143.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=39.40%
G=30.15%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210110200.230.230.48358.0613.345.69
Hex8465660171730166d2e
Octal20414514602727605461556
Binary1000010011001011100110010111101111100001011001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846566; }

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

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

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

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

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

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

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

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