#896759

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

Shades of Leather #896759

Tints of Leather #896759

Color information

#896759 (or 0x896759) is unknown color: approx Leather. HEX triplet: 89, 67 and 59. RGB value is (137,103,89). Sum of RGB (Red+Green+Blue) = 137+103+89=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #896759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896759 is #7698A6. Grayscale: #6F6F6F. Windows color (decimal): -7772327 or 5859209. OLE color: 5859209.

HSL color Cylindrical-coordinate representation of color #896759: hue angle of 17.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #896759 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB13710389-
CMYK00.250.350.46
HSL17.5º21.24%44.31%-
HSV(B)17.5º35.04%53.73%-
XYZ16.9715.7411.59-
YUV111.57115.26146.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.64%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=41.64%
G=31.31%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371038900.250.350.4617.521.2444.31
Hex896759019232E12152c
Octal2111471310314356222554
Binary10001001110011110110010110011000111011101001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896759; }

 p { color: rgb(137,103,89); }

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

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

 a { background-color: rgb(137,103,89); }

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

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

 span { border-color: rgb(137,103,89); }

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