#896551

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

Shades of Leather #896551

Tints of Leather #896551

Color information

#896551 (or 0x896551) is unknown color: approx Leather. HEX triplet: 89, 65 and 51. RGB value is (137,101,81). Sum of RGB (Red+Green+Blue) = 137+101+81=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #896551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896551 is #769AAE. Grayscale: #6D6D6D. Windows color (decimal): -7772847 or 5334409. OLE color: 5334409.

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

Color convert

RGB13710181-
CMYK00.260.410.46
HSL21.43º25.69%42.75%-
HSV(B)21.43º40.88%53.73%-
XYZ16.4615.229.86-
YUV109.48111.93147.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 81 (32.03% from 255) = 25.39%
R=42.95%
G=31.66%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371018100.260.410.4621.4325.6942.75
Hex89655101A292E151a2b
Octal2111451210325156253253
Binary10001001110010110100010110101010011011101010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896551; }

 p { color: rgb(137,101,81); }

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

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

 a { background-color: rgb(137,101,81); }

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

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

 span { border-color: rgb(137,101,81); }

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