#896859

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

Shades of Leather #896859

Tints of Leather #896859

Color information

#896859 (or 0x896859) is unknown color: approx Leather. HEX triplet: 89, 68 and 59. RGB value is (137,104,89). Sum of RGB (Red+Green+Blue) = 137+104+89=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #896859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896859 is #7697A6. Grayscale: #707070. Windows color (decimal): -7772071 or 5859465. OLE color: 5859465.

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

Color convert

RGB13710489-
CMYK00.240.350.46
HSL18.75º21.24%44.31%-
HSV(B)18.75º35.04%53.73%-
XYZ17.0715.9411.63-
YUV112.16114.93145.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 89 (35.16% from 255) = 26.97%
R=41.52%
G=31.52%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371048900.240.350.4618.7521.2444.31
Hex896859018232E13152c
Octal2111501310304356232554
Binary10001001110100010110010110001000111011101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896859; }

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

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

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

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

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

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

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

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