#896C58

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

Shades of Leather #896C58

Tints of Leather #896C58

Color information

#896C58 (or 0x896C58) is unknown color: approx Leather. HEX triplet: 89, 6C and 58. RGB value is (137,108,88). Sum of RGB (Red+Green+Blue) = 137+108+88=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #896C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C58 is #7693A7. Grayscale: #727272. Windows color (decimal): -7771048 or 5794953. OLE color: 5794953.

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

Color convert

RGB13710888-
CMYK00.210.360.46
HSL24.49º21.78%44.12%-
HSV(B)24.49º35.77%53.73%-
XYZ17.4416.7511.55-
YUV114.39113.11144.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=41.14%
G=32.43%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371088800.210.360.4624.4921.7844.12
Hex896C58015242E18162c
Octal2111541300254456302654
Binary10001001110110010110000101011001001011101100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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