#886C5A

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

Shades of Leather #886C5A

Tints of Leather #886C5A

Color information

#886C5A (or 0x886C5A) is unknown color: approx Leather. HEX triplet: 88, 6C and 5A. RGB value is (136,108,90). Sum of RGB (Red+Green+Blue) = 136+108+90=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #886C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C5A is #7793A5. Grayscale: #727272. Windows color (decimal): -7836582 or 5926024. OLE color: 5926024.

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

Color convert

RGB13610890-
CMYK00.210.340.47
HSL23.48º20.35%44.31%-
HSV(B)23.48º33.82%53.33%-
XYZ17.3616.711.98-
YUV114.32114.28143.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 90 (35.55% from 255) = 26.95%
R=40.72%
G=32.34%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361089000.210.340.4723.4820.3544.31
Hex886C5A015222F17142c
Octal2101541320254257272454
Binary10001000110110010110100101011000101011111011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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