#866E74

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

Shades of Empress #866E74

Tints of Empress #866E74

Color information

#866E74 (or 0x866E74) is unknown color: approx Empress. HEX triplet: 86, 6E and 74. RGB value is (134,110,116). Sum of RGB (Red+Green+Blue) = 134+110+116=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #866E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E74 is #79918B. Grayscale: #757575. Windows color (decimal): -7967116 or 7630470. OLE color: 7630470.

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

Color convert

RGB134110116-
CMYK00.180.130.47
HSL345º9.84%47.84%-
HSV(B)345º17.91%52.55%-
XYZ18.5617.4818.92-
YUV117.86126.95139.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 116 (45.70% from 255) = 32.22%
R=37.22%
G=30.56%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411011600.180.130.473459.8447.84
Hex866E74012D2F159a30
Octal20615616402215575311260
Binary100001101101110111010001001011011011111010110011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,110,116); }

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

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

 a { background-color: rgb(134,110,116); }

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

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

 span { border-color: rgb(134,110,116); }

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