#896D58

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

Shades of Leather #896D58

Tints of Leather #896D58

Color information

#896D58 (or 0x896D58) is unknown color: approx Leather. HEX triplet: 89, 6D and 58. RGB value is (137,109,88). Sum of RGB (Red+Green+Blue) = 137+109+88=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #896D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D58 is #7692A7. Grayscale: #737373. Windows color (decimal): -7770792 or 5795209. OLE color: 5795209.

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

Color convert

RGB13710988-
CMYK00.200.360.46
HSL25.71º21.78%44.12%-
HSV(B)25.71º35.77%53.73%-
XYZ17.5516.9611.58-
YUV114.98112.78143.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 88 (34.77% from 255) = 26.35%
R=41.02%
G=32.63%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371098800.200.360.4625.7121.7844.12
Hex896D58014242E1a162c
Octal2111551300244456322654
Binary10001001110110110110000101001001001011101101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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