#896855

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

Shades of Leather #896855

Tints of Leather #896855

Color information

#896855 (or 0x896855) is unknown color: approx Leather. HEX triplet: 89, 68 and 55. RGB value is (137,104,85). Sum of RGB (Red+Green+Blue) = 137+104+85=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #896855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896855 is #7697AA. Grayscale: #6F6F6F. Windows color (decimal): -7772075 or 5597321. OLE color: 5597321.

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

Color convert

RGB13710485-
CMYK00.240.380.46
HSL21.92º23.42%43.53%-
HSV(B)21.92º37.96%53.73%-
XYZ16.9115.8710.77-
YUV111.7112.93146.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 85 (33.59% from 255) = 26.07%
R=42.02%
G=31.90%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371048500.240.380.4621.9223.4243.53
Hex896855018262E16172c
Octal2111501250304656262754
Binary10001001110100010101010110001001101011101011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896855; }

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

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

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

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

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

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

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

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