#886B65

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

Shades of Ferra #886B65

Tints of Ferra #886B65

Color information

#886B65 (or 0x886B65) is unknown color: approx Ferra. HEX triplet: 88, 6B and 65. RGB value is (136,107,101). Sum of RGB (Red+Green+Blue) = 136+107+101=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #886B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B65 is #77949A. Grayscale: #737373. Windows color (decimal): -7836827 or 6646664. OLE color: 6646664.

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

Color convert

RGB136107101-
CMYK00.210.260.47
HSL10.29º14.77%46.47%-
HSV(B)10.29º25.74%53.33%-
XYZ17.7616.6914.6-
YUV114.99120.11142.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 107 (42.19% from 255) = 31.10%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=39.53%
G=31.10%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610710100.210.260.4710.2914.7746.47
Hex886B650151A2Faf2e
Octal2101531450253257121756
Binary10001000110101111001010101011101010111110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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