#886D66

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

Shades of Ferra #886D66

Tints of Ferra #886D66

Color information

#886D66 (or 0x886D66) is unknown color: approx Ferra. HEX triplet: 88, 6D and 66. RGB value is (136,109,102). Sum of RGB (Red+Green+Blue) = 136+109+102=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #886D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D66 is #779299. Grayscale: #747474. Windows color (decimal): -7836314 or 6712712. OLE color: 6712712.

HSL color Cylindrical-coordinate representation of color #886D66: hue angle of 12.35º 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 #886D66 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB136109102-
CMYK00.200.250.47
HSL12.35º14.29%46.67%-
HSV(B)12.35º25%53.33%-
XYZ18.0217.1314.93-
YUV116.28119.95142.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=39.19%
G=31.41%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610910200.200.250.4712.3514.2946.67
Hex886D66014192Fce2f
Octal2101551460243157141657
Binary10001000110110111001100101001100110111111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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