#886C59

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

Shades of Leather #886C59

Tints of Leather #886C59

Color information

#886C59 (or 0x886C59) is unknown color: approx Leather. HEX triplet: 88, 6C and 59. RGB value is (136,108,89). Sum of RGB (Red+Green+Blue) = 136+108+89=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #886C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C59 is #7793A6. Grayscale: #727272. Windows color (decimal): -7836583 or 5860488. OLE color: 5860488.

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

Color convert

RGB13610889-
CMYK00.210.350.47
HSL24.26º20.89%44.12%-
HSV(B)24.26º34.56%53.33%-
XYZ17.3216.6811.76-
YUV114.21113.78143.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 89 (35.16% from 255) = 26.73%
R=40.84%
G=32.43%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361088900.210.350.4724.2620.8944.12
Hex886C59015232F18152c
Octal2101541310254357302554
Binary10001000110110010110010101011000111011111100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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