#886A5B

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

Shades of Leather #886A5B

Tints of Leather #886A5B

Color information

#886A5B (or 0x886A5B) is unknown color: approx Leather. HEX triplet: 88, 6A and 5B. RGB value is (136,106,91). Sum of RGB (Red+Green+Blue) = 136+106+91=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #886A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A5B is #7795A4. Grayscale: #717171. Windows color (decimal): -7837093 or 5991048. OLE color: 5991048.

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

Color convert

RGB13610691-
CMYK00.220.330.47
HSL20º19.82%44.51%-
HSV(B)20º33.09%53.33%-
XYZ17.216.312.14-
YUV113.26115.44144.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=40.84%
G=31.83%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361069100.220.330.472019.8244.51
Hex886A5B016212F14142d
Octal2101521330264157242455
Binary10001000110101010110110101101000011011111010010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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