#896956

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

Shades of Leather #896956

Tints of Leather #896956

Color information

#896956 (or 0x896956) is unknown color: approx Leather. HEX triplet: 89, 69 and 56. RGB value is (137,105,86). Sum of RGB (Red+Green+Blue) = 137+105+86=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #896956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896956 is #7696A9. Grayscale: #707070. Windows color (decimal): -7771818 or 5663113. OLE color: 5663113.

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

Color convert

RGB13710586-
CMYK00.230.370.46
HSL22.35º22.87%43.73%-
HSV(B)22.35º37.23%53.73%-
XYZ17.0516.0911.01-
YUV112.4113.1145.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 86 (33.98% from 255) = 26.22%
R=41.77%
G=32.01%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371058600.230.370.4622.3522.8743.73
Hex896956017252E16172c
Octal2111511260274556262754
Binary10001001110100110101100101111001011011101011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896956; }

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

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

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

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

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

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

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

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