#866971

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

Shades of Empress #866971

Tints of Empress #866971

Color information

#866971 (or 0x866971) is unknown color: approx Empress. HEX triplet: 86, 69 and 71. RGB value is (134,105,113). Sum of RGB (Red+Green+Blue) = 134+105+113=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #866971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866971 is #79968E. Grayscale: #727272. Windows color (decimal): -7968399 or 7432582. OLE color: 7432582.

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

Color convert

RGB134105113-
CMYK00.220.160.47
HSL343.45º12.13%46.86%-
HSV(B)343.45º21.64%52.55%-
XYZ17.8616.3617.84-
YUV114.58127.11141.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=38.07%
G=29.83%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410511300.220.160.47343.4512.1346.86
Hex866971016102F157c2f
Octal20615116102620575271457
Binary1000011011010011110001010110100001011111010101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866971; }

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

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

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

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

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

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

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

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