#846E71

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

Shades of Empress #846E71

Tints of Empress #846E71

Color information

#846E71 (or 0x846E71) is unknown color: approx Empress. HEX triplet: 84, 6E and 71. RGB value is (132,110,113). Sum of RGB (Red+Green+Blue) = 132+110+113=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #846E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E71 is #7B918E. Grayscale: #747474. Windows color (decimal): -8098191 or 7433860. OLE color: 7433860.

HSL color Cylindrical-coordinate representation of color #846E71: hue angle of 351.82º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #846E71 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB132110113-
CMYK00.170.140.48
HSL351.82º9.09%47.45%-
HSV(B)351.82º16.67%51.76%-
XYZ18.0717.2518-
YUV116.92125.79138.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=37.18%
G=30.99%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211011300.170.140.48351.829.0947.45
Hex846E71011E3016092f
Octal20415616102116605401157
Binary100001001101110111000101000111101100001011000001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846E71; }

 p { color: rgb(132,110,113); }

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

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

 a { background-color: rgb(132,110,113); }

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

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

 span { border-color: rgb(132,110,113); }

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