#866A6B

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

Shades of Empress #866A6B

Tints of Empress #866A6B

Color information

#866A6B (or 0x866A6B) is unknown color: approx Empress. HEX triplet: 86, 6A and 6B. RGB value is (134,106,107). Sum of RGB (Red+Green+Blue) = 134+106+107=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #866A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A6B is #799594. Grayscale: #727272. Windows color (decimal): -7968149 or 7039622. OLE color: 7039622.

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

Color convert

RGB134106107-
CMYK00.210.200.47
HSL357.86º11.67%47.06%-
HSV(B)357.86º20.9%52.55%-
XYZ17.6416.4416.15-
YUV114.49123.78141.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 107 (42.19% from 255) = 30.84%
R=38.62%
G=30.55%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410610700.210.200.47357.8611.6747.06
Hex866A6B015142F166c2f
Octal20615215302524575461457
Binary1000011011010101101011010101101001011111011001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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