#896656

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

Shades of Leather #896656

Tints of Leather #896656

Color information

#896656 (or 0x896656) is unknown color: approx Leather. HEX triplet: 89, 66 and 56. RGB value is (137,102,86). Sum of RGB (Red+Green+Blue) = 137+102+86=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #896656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896656 is #7699A9. Grayscale: #6E6E6E. Windows color (decimal): -7772586 or 5662345. OLE color: 5662345.

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

Color convert

RGB13710286-
CMYK00.260.370.46
HSL18.82º22.87%43.73%-
HSV(B)18.82º37.23%53.73%-
XYZ16.7515.4910.91-
YUV110.64114.1146.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 102 (40.23% from 255) = 31.38%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=42.15%
G=31.38%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371028600.260.370.4618.8222.8743.73
Hex89665601A252E13172c
Octal2111461260324556232754
Binary10001001110011010101100110101001011011101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896656; }

 p { color: rgb(137,102,86); }

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

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

 a { background-color: rgb(137,102,86); }

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

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

 span { border-color: rgb(137,102,86); }

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