#886E68

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

Shades of Ferra #886E68

Tints of Ferra #886E68

Color information

#886E68 (or 0x886E68) is unknown color: approx Ferra. HEX triplet: 88, 6E and 68. RGB value is (136,110,104). Sum of RGB (Red+Green+Blue) = 136+110+104=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #886E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E68 is #779197. Grayscale: #757575. Windows color (decimal): -7836056 or 6844040. OLE color: 6844040.

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

Color convert

RGB136110104-
CMYK00.190.240.47
HSL11.25º13.33%47.06%-
HSV(B)11.25º23.53%53.33%-
XYZ18.2317.3915.49-
YUV117.09120.61141.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=38.86%
G=31.43%
B=29.71%

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
Decimal13611010400.190.240.4711.2513.3347.06
Hex886E68013182Fbd2f
Octal2101561500233057131557
Binary10001000110111011010000100111100010111110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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