#866A72

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

Shades of Empress #866A72

Tints of Empress #866A72

Color information

#866A72 (or 0x866A72) is unknown color: approx Empress. HEX triplet: 86, 6A and 72. RGB value is (134,106,114). Sum of RGB (Red+Green+Blue) = 134+106+114=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #866A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A72 is #79958D. Grayscale: #737373. Windows color (decimal): -7968142 or 7498374. OLE color: 7498374.

HSL color Cylindrical-coordinate representation of color #866A72: hue angle of 342.86º 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 #866A72 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB134106114-
CMYK00.210.150.47
HSL342.86º11.67%47.06%-
HSV(B)342.86º20.9%52.55%-
XYZ18.0216.5918.17-
YUV115.28127.28141.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=37.85%
G=29.94%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410611400.210.150.47342.8611.6747.06
Hex866A72015F2F157c2f
Octal20615216202517575271457
Binary100001101101010111001001010111111011111010101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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