#896A4E

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

Shades of Leather #896A4E

Tints of Leather #896A4E

Color information

#896A4E (or 0x896A4E) is unknown color: approx Leather. HEX triplet: 89, 6A and 4E. RGB value is (137,106,78). Sum of RGB (Red+Green+Blue) = 137+106+78=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #896A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A4E is #7695B1. Grayscale: #707070. Windows color (decimal): -7771570 or 5139081. OLE color: 5139081.

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

Color convert

RGB13710678-
CMYK00.230.430.46
HSL28.47º27.44%42.16%-
HSV(B)28.47º43.07%53.73%-
XYZ16.8516.189.44-
YUV112.08108.77145.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.68%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=42.68%
G=33.02%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371067800.230.430.4628.4727.4442.16
Hex896A4E0172B2E1c1b2a
Octal2111521160275356343352
Binary10001001110101010011100101111010111011101110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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