#886756

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

Shades of Leather #886756

Tints of Leather #886756

Color information

#886756 (or 0x886756) is unknown color: approx Leather. HEX triplet: 88, 67 and 56. RGB value is (136,103,86). Sum of RGB (Red+Green+Blue) = 136+103+86=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #886756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886756 is #7798A9. Grayscale: #6F6F6F. Windows color (decimal): -7837866 or 5662600. OLE color: 5662600.

HSL color Cylindrical-coordinate representation of color #886756: hue angle of 20.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #886756 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB13610386-
CMYK00.240.370.47
HSL20.4º22.52%43.53%-
HSV(B)20.4º36.76%53.33%-
XYZ16.6815.6110.94-
YUV110.93113.93145.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=41.85%
G=31.69%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361038600.240.370.4720.422.5243.53
Hex886756018252F14172c
Octal2101471260304557242754
Binary10001000110011110101100110001001011011111010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886756; }

 p { color: rgb(136,103,86); }

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

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

 a { background-color: rgb(136,103,86); }

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

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

 span { border-color: rgb(136,103,86); }

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