#886D65

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

Shades of Ferra #886D65

Tints of Ferra #886D65

Color information

#886D65 (or 0x886D65) is unknown color: approx Ferra. HEX triplet: 88, 6D and 65. RGB value is (136,109,101). Sum of RGB (Red+Green+Blue) = 136+109+101=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #886D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D65 is #77929A. Grayscale: #747474. Windows color (decimal): -7836315 or 6647176. OLE color: 6647176.

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

Color convert

RGB136109101-
CMYK00.200.260.47
HSL13.71º14.77%46.47%-
HSV(B)13.71º25.74%53.33%-
XYZ17.9717.1114.67-
YUV116.16119.45142.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=39.31%
G=31.50%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610910100.200.260.4713.7114.7746.47
Hex886D650141A2Fef2e
Octal2101551450243257161756
Binary10001000110110111001010101001101010111111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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