#896A5B

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

Shades of Leather #896A5B

Tints of Leather #896A5B

Color information

#896A5B (or 0x896A5B) is unknown color: approx Leather. HEX triplet: 89, 6A and 5B. RGB value is (137,106,91). Sum of RGB (Red+Green+Blue) = 137+106+91=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #896A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A5B is #7695A4. Grayscale: #717171. Windows color (decimal): -7771557 or 5991049. OLE color: 5991049.

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

Color convert

RGB13710691-
CMYK00.230.340.46
HSL19.57º20.18%44.71%-
HSV(B)19.57º33.58%53.73%-
XYZ17.3616.3812.14-
YUV113.56115.27144.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 91 (35.94% from 255) = 27.25%
R=41.02%
G=31.74%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371069100.230.340.4619.5720.1844.71
Hex896A5B017222E14142d
Octal2111521330274256242455
Binary10001001110101010110110101111000101011101010010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,106,91); }

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

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

 a { background-color: rgb(137,106,91); }

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

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

 span { border-color: rgb(137,106,91); }

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