#896C57

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

Shades of Leather #896C57

Tints of Leather #896C57

Color information

#896C57 (or 0x896C57) is unknown color: approx Leather. HEX triplet: 89, 6C and 57. RGB value is (137,108,87). Sum of RGB (Red+Green+Blue) = 137+108+87=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #896C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C57 is #7693A8. Grayscale: #727272. Windows color (decimal): -7771049 or 5729417. OLE color: 5729417.

HSL color Cylindrical-coordinate representation of color #896C57: hue angle of 25.2º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #896C57 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB13710887-
CMYK00.210.360.46
HSL25.2º22.32%43.92%-
HSV(B)25.2º36.5%53.73%-
XYZ17.416.7311.33-
YUV114.28112.61144.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.27%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 87 (34.38% from 255) = 26.20%
R=41.27%
G=32.53%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371088700.210.360.4625.222.3243.92
Hex896C57015242E19162c
Octal2111541270254456312654
Binary10001001110110010101110101011001001011101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896C57; }

 p { color: rgb(137,108,87); }

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

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

 a { background-color: rgb(137,108,87); }

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

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

 span { border-color: rgb(137,108,87); }

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