#886E69

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

Shades of Ferra #886E69

Tints of Ferra #886E69

Color information

#886E69 (or 0x886E69) is unknown color: approx Ferra. HEX triplet: 88, 6E and 69. RGB value is (136,110,105). Sum of RGB (Red+Green+Blue) = 136+110+105=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #886E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E69 is #779196. Grayscale: #757575. Windows color (decimal): -7836055 or 6909576. OLE color: 6909576.

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

Color convert

RGB136110105-
CMYK00.190.230.47
HSL9.68º12.86%47.25%-
HSV(B)9.68º22.79%53.33%-
XYZ18.2817.4115.76-
YUV117.2121.11141.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=38.75%
G=31.34%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611010500.190.230.479.6812.8647.25
Hex886E69013172Fad2f
Octal2101561510232757121557
Binary10001000110111011010010100111011110111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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