#866B71

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

Shades of Empress #866B71

Tints of Empress #866B71

Color information

#866B71 (or 0x866B71) is unknown color: approx Empress. HEX triplet: 86, 6B and 71. RGB value is (134,107,113). Sum of RGB (Red+Green+Blue) = 134+107+113=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #866B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B71 is #79948E. Grayscale: #737373. Windows color (decimal): -7967887 or 7433094. OLE color: 7433094.

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

Color convert

RGB134107113-
CMYK00.200.160.47
HSL346.67º11.2%47.25%-
HSV(B)346.67º20.15%52.55%-
XYZ18.0716.7817.91-
YUV115.76126.45141.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 107 (42.19% from 255) = 30.23%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=37.85%
G=30.23%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410711300.200.160.47346.6711.247.25
Hex866B71014102F15bb2f
Octal20615316102420575331357
Binary1000011011010111110001010100100001011111010110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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