#886E66

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

Shades of Ferra #886E66

Tints of Ferra #886E66

Color information

#886E66 (or 0x886E66) is unknown color: approx Ferra. HEX triplet: 88, 6E and 66. RGB value is (136,110,102). Sum of RGB (Red+Green+Blue) = 136+110+102=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #886E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E66 is #779199. Grayscale: #747474. Windows color (decimal): -7836058 or 6712968. OLE color: 6712968.

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

Color convert

RGB136110102-
CMYK00.190.250.47
HSL14.12º14.29%46.67%-
HSV(B)14.12º25%53.33%-
XYZ18.1317.3514.96-
YUV116.86119.61141.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=39.08%
G=31.61%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611010200.190.250.4714.1214.2946.67
Hex886E66013192Fee2f
Octal2101561460233157161657
Binary10001000110111011001100100111100110111111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886E66; }

 p { color: rgb(136,110,102); }

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

<style>
 a { background-color: #886E66; }

 a { background-color: rgb(136,110,102); }

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

<style>
 span { border-color: #886E66; }

 span { border-color: rgb(136,110,102); }

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