#866A71

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

Shades of Empress #866A71

Tints of Empress #866A71

Color information

#866A71 (or 0x866A71) is unknown color: approx Empress. HEX triplet: 86, 6A and 71. RGB value is (134,106,113). Sum of RGB (Red+Green+Blue) = 134+106+113=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #866A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A71 is #79958E. Grayscale: #737373. Windows color (decimal): -7968143 or 7432838. OLE color: 7432838.

HSL color Cylindrical-coordinate representation of color #866A71: hue angle of 345º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #866A71 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB134106113-
CMYK00.210.160.47
HSL345º11.67%47.06%-
HSV(B)345º20.9%52.55%-
XYZ17.9716.5717.87-
YUV115.17126.78141.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 106 (41.80% from 255) = 30.03%
BLUE value IS 113 (44.53% from 255) = 32.01%
R=37.96%
G=30.03%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410611300.210.160.4734511.6747.06
Hex866A71015102F159c2f
Octal20615216102520575311457
Binary1000011011010101110001010101100001011111010110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866A71; }

 p { color: rgb(134,106,113); }

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

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

 a { background-color: rgb(134,106,113); }

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

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

 span { border-color: rgb(134,106,113); }

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