#886556

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

Shades of Leather #886556

Tints of Leather #886556

Color information

#886556 (or 0x886556) is unknown color: approx Leather. HEX triplet: 88, 65 and 56. RGB value is (136,101,86). Sum of RGB (Red+Green+Blue) = 136+101+86=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #886556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886556 is #779AA9. Grayscale: #6D6D6D. Windows color (decimal): -7838378 or 5662088. OLE color: 5662088.

HSL color Cylindrical-coordinate representation of color #886556: hue angle of 18º 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 #886556 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB13610186-
CMYK00.260.370.47
HSL18º22.52%43.53%-
HSV(B)18º36.76%53.33%-
XYZ16.4915.2110.87-
YUV109.76114.6146.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=42.11%
G=31.27%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361018600.260.370.471822.5243.53
Hex88655601A252F12172c
Octal2101451260324557222754
Binary10001000110010110101100110101001011011111001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886556; }

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

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

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

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

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

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

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

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