#896C56

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

Shades of Leather #896C56

Tints of Leather #896C56

Color information

#896C56 (or 0x896C56) is unknown color: approx Leather. HEX triplet: 89, 6C and 56. RGB value is (137,108,86). Sum of RGB (Red+Green+Blue) = 137+108+86=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #896C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C56 is #7693A9. Grayscale: #727272. Windows color (decimal): -7771050 or 5663881. OLE color: 5663881.

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

Color convert

RGB13710886-
CMYK00.210.370.46
HSL25.88º22.87%43.73%-
HSV(B)25.88º37.23%53.73%-
XYZ17.3616.7211.12-
YUV114.16112.11144.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.39%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=41.39%
G=32.63%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371088600.210.370.4625.8822.8743.73
Hex896C56015252E1a172c
Octal2111541260254556322754
Binary10001001110110010101100101011001011011101101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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