#896A55

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

Shades of Leather #896A55

Tints of Leather #896A55

Color information

#896A55 (or 0x896A55) is unknown color: approx Leather. HEX triplet: 89, 6A and 55. RGB value is (137,106,85). Sum of RGB (Red+Green+Blue) = 137+106+85=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #896A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A55 is #7695AA. Grayscale: #707070. Windows color (decimal): -7771563 or 5597833. OLE color: 5597833.

HSL color Cylindrical-coordinate representation of color #896A55: hue angle of 24.23º 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 #896A55 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB13710685-
CMYK00.230.380.46
HSL24.23º23.42%43.53%-
HSV(B)24.23º37.96%53.73%-
XYZ17.1116.2810.84-
YUV112.88112.27145.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 85 (33.59% from 255) = 25.91%
R=41.77%
G=32.32%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371068500.230.380.4624.2323.4243.53
Hex896A55017262E18172c
Octal2111521250274656302754
Binary10001001110101010101010101111001101011101100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896A55; }

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

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

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

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

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

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

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

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