#896A58

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

Shades of Leather #896A58

Tints of Leather #896A58

Color information

#896A58 (or 0x896A58) is unknown color: approx Leather. HEX triplet: 89, 6A and 58. RGB value is (137,106,88). Sum of RGB (Red+Green+Blue) = 137+106+88=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #896A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A58 is #7695A7. Grayscale: #717171. Windows color (decimal): -7771560 or 5794441. OLE color: 5794441.

HSL color Cylindrical-coordinate representation of color #896A58: hue angle of 22.04º 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 #896A58 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB13710688-
CMYK00.230.360.46
HSL22.04º21.78%44.12%-
HSV(B)22.04º35.77%53.73%-
XYZ17.2316.3311.48-
YUV113.22113.77144.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.39%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 88 (34.77% from 255) = 26.59%
R=41.39%
G=32.02%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371068800.230.360.4622.0421.7844.12
Hex896A58017242E16162c
Octal2111521300274456262654
Binary10001001110101010110000101111001001011101011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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