#886A59

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

Shades of Leather #886A59

Tints of Leather #886A59

Color information

#886A59 (or 0x886A59) is unknown color: approx Leather. HEX triplet: 88, 6A and 59. RGB value is (136,106,89). Sum of RGB (Red+Green+Blue) = 136+106+89=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #886A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A59 is #7795A6. Grayscale: #717171. Windows color (decimal): -7837095 or 5859976. OLE color: 5859976.

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

Color convert

RGB13610689-
CMYK00.220.350.47
HSL21.7º20.89%44.12%-
HSV(B)21.7º34.56%53.33%-
XYZ17.1116.2611.69-
YUV113.03114.44144.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 89 (35.16% from 255) = 26.89%
R=41.09%
G=32.02%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361068900.220.350.4721.720.8944.12
Hex886A59016232F16152c
Octal2101521310264357262554
Binary10001000110101010110010101101000111011111011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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