#896556

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

Shades of Leather #896556

Tints of Leather #896556

Color information

#896556 (or 0x896556) is unknown color: approx Leather. HEX triplet: 89, 65 and 56. RGB value is (137,101,86). Sum of RGB (Red+Green+Blue) = 137+101+86=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #896556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896556 is #769AA9. Grayscale: #6E6E6E. Windows color (decimal): -7772842 or 5662089. OLE color: 5662089.

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

Color convert

RGB13710186-
CMYK00.260.370.46
HSL17.65º22.87%43.73%-
HSV(B)17.65º37.23%53.73%-
XYZ16.6515.310.88-
YUV110.05114.43147.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.28%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=42.28%
G=31.17%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371018600.260.370.4617.6522.8743.73
Hex89655601A252E12172c
Octal2111451260324556222754
Binary10001001110010110101100110101001011011101001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896556; }

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

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

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

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

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

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

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

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