#896C55

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

Shades of Leather #896C55

Tints of Leather #896C55

Color information

#896C55 (or 0x896C55) is unknown color: approx Leather. HEX triplet: 89, 6C and 55. RGB value is (137,108,85). Sum of RGB (Red+Green+Blue) = 137+108+85=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #896C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C55 is #7693AA. Grayscale: #727272. Windows color (decimal): -7771051 or 5598345. OLE color: 5598345.

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

Color convert

RGB13710885-
CMYK00.210.380.46
HSL26.54º23.42%43.53%-
HSV(B)26.54º37.96%53.73%-
XYZ17.3216.710.9-
YUV114.05111.61144.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 85 (33.59% from 255) = 25.76%
R=41.52%
G=32.73%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371088500.210.380.4626.5423.4243.53
Hex896C55015262E1b172c
Octal2111541250254656332754
Binary10001001110110010101010101011001101011101101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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