#866C6A

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

Shades of Ferra #866C6A

Tints of Ferra #866C6A

Color information

#866C6A (or 0x866C6A) is unknown color: approx Ferra. HEX triplet: 86, 6C and 6A. RGB value is (134,108,106). Sum of RGB (Red+Green+Blue) = 134+108+106=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #866C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C6A is #799395. Grayscale: #737373. Windows color (decimal): -7967638 or 6974598. OLE color: 6974598.

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

Color convert

RGB134108106-
CMYK00.190.210.47
HSL4.29º11.67%47.06%-
HSV(B)4.29º20.9%52.55%-
XYZ17.816.8315.95-
YUV115.55122.61141.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=38.51%
G=31.03%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410810600.190.210.474.2911.6747.06
Hex866C6A013152F4c2f
Octal206154152023255741457
Binary1000011011011001101010010011101011011111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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