#896758

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

Shades of Leather #896758

Tints of Leather #896758

Color information

#896758 (or 0x896758) is unknown color: approx Leather. HEX triplet: 89, 67 and 58. RGB value is (137,103,88). Sum of RGB (Red+Green+Blue) = 137+103+88=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #896758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896758 is #7698A7. Grayscale: #6F6F6F. Windows color (decimal): -7772328 or 5793673. OLE color: 5793673.

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

Color convert

RGB13710388-
CMYK00.250.360.46
HSL18.37º21.78%44.12%-
HSV(B)18.37º35.77%53.73%-
XYZ16.9315.7211.38-
YUV111.46114.76146.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 88 (34.77% from 255) = 26.83%
R=41.77%
G=31.40%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371038800.250.360.4618.3721.7844.12
Hex896758019242E12162c
Octal2111471300314456222654
Binary10001001110011110110000110011001001011101001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896758; }

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

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

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

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

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

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

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

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