#886866

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

Shades of Ferra #886866

Tints of Ferra #886866

Color information

#886866 (or 0x886866) is unknown color: approx Ferra. HEX triplet: 88, 68 and 66. RGB value is (136,104,102). Sum of RGB (Red+Green+Blue) = 136+104+102=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #886866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886866 is #779799. Grayscale: #717171. Windows color (decimal): -7837594 or 6711432. OLE color: 6711432.

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

Color convert

RGB136104102-
CMYK00.240.250.47
HSL3.53º14.29%46.67%-
HSV(B)3.53º25%53.33%-
XYZ17.516.0914.75-
YUV113.34121.6144.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.77%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=39.77%
G=30.41%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610410200.240.250.473.5314.2946.67
Hex886866018192F4e2f
Octal210150146030315741657
Binary1000100011010001100110011000110011011111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886866; }

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

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

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

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

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

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

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

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