#866E68

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

Shades of Ferra #866E68

Tints of Ferra #866E68

Color information

#866E68 (or 0x866E68) is unknown color: approx Ferra. HEX triplet: 86, 6E and 68. RGB value is (134,110,104). Sum of RGB (Red+Green+Blue) = 134+110+104=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #866E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E68 is #799197. Grayscale: #747474. Windows color (decimal): -7967128 or 6844038. OLE color: 6844038.

HSL color Cylindrical-coordinate representation of color #866E68: hue angle of 12º degrees, saturation: 0.13, 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 #866E68 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB134110104-
CMYK00.180.220.47
HSL12º12.61%46.67%-
HSV(B)12º22.39%52.55%-
XYZ17.9117.2215.48-
YUV116.49120.95140.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 104 (41.02% from 255) = 29.89%
R=38.51%
G=31.61%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411010400.180.220.471212.6146.67
Hex866E68012162Fcd2f
Octal2061561500222657141557
Binary10000110110111011010000100101011010111111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,110,104); }

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

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

 a { background-color: rgb(134,110,104); }

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

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

 span { border-color: rgb(134,110,104); }

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