#886A65

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

Shades of Ferra #886A65

Tints of Ferra #886A65

Color information

#886A65 (or 0x886A65) is unknown color: approx Ferra. HEX triplet: 88, 6A and 65. RGB value is (136,106,101). Sum of RGB (Red+Green+Blue) = 136+106+101=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #886A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A65 is #77959A. Grayscale: #727272. Windows color (decimal): -7837083 or 6646408. OLE color: 6646408.

HSL color Cylindrical-coordinate representation of color #886A65: hue angle of 8.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886A65 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB136106101-
CMYK00.220.260.47
HSL8.57º14.77%46.47%-
HSV(B)8.57º25.74%53.33%-
XYZ17.6616.4814.56-
YUV114.4120.44143.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=39.65%
G=30.90%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610610100.220.260.478.5714.7746.47
Hex886A650161A2F9f2e
Octal2101521450263257111756
Binary10001000110101011001010101101101010111110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,106,101); }

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

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

 a { background-color: rgb(136,106,101); }

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

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

 span { border-color: rgb(136,106,101); }

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