#896755

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

Shades of Leather #896755

Tints of Leather #896755

Color information

#896755 (or 0x896755) is unknown color: approx Leather. HEX triplet: 89, 67 and 55. RGB value is (137,103,85). Sum of RGB (Red+Green+Blue) = 137+103+85=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #896755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896755 is #7698AA. Grayscale: #6F6F6F. Windows color (decimal): -7772331 or 5597065. OLE color: 5597065.

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

Color convert

RGB13710385-
CMYK00.250.380.46
HSL20.77º23.42%43.53%-
HSV(B)20.77º37.96%53.73%-
XYZ16.8115.6710.73-
YUV111.11113.26146.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 85 (33.59% from 255) = 26.15%
R=42.15%
G=31.69%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371038500.250.380.4620.7723.4243.53
Hex896755019262E15172c
Octal2111471250314656252754
Binary10001001110011110101010110011001101011101010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896755; }

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

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

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

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

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

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

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

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