#866C66

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

Shades of Ferra #866C66

Tints of Ferra #866C66

Color information

#866C66 (or 0x866C66) is unknown color: approx Ferra. HEX triplet: 86, 6C and 66. RGB value is (134,108,102). Sum of RGB (Red+Green+Blue) = 134+108+102=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #866C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C66 is #799399. Grayscale: #737373. Windows color (decimal): -7967642 or 6712454. OLE color: 6712454.

HSL color Cylindrical-coordinate representation of color #866C66: hue angle of 11.25º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #866C66 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB134108102-
CMYK00.190.240.47
HSL11.25º13.56%46.27%-
HSV(B)11.25º23.88%52.55%-
XYZ17.5916.7514.88-
YUV115.09120.61141.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 102 (40.23% from 255) = 29.65%
R=38.95%
G=31.40%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410810200.190.240.4711.2513.5646.27
Hex866C66013182Fbe2e
Octal2061541460233057131656
Binary10000110110110011001100100111100010111110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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