#896851

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

Shades of Leather #896851

Tints of Leather #896851

Color information

#896851 (or 0x896851) is unknown color: approx Leather. HEX triplet: 89, 68 and 51. RGB value is (137,104,81). Sum of RGB (Red+Green+Blue) = 137+104+81=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #896851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896851 is #7697AE. Grayscale: #6F6F6F. Windows color (decimal): -7772079 or 5335177. OLE color: 5335177.

HSL color Cylindrical-coordinate representation of color #896851: hue angle of 24.64º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #896851 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB13710481-
CMYK00.240.410.46
HSL24.64º25.69%42.75%-
HSV(B)24.64º40.88%53.73%-
XYZ16.7515.819.95-
YUV111.24110.93146.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 81 (32.03% from 255) = 25.16%
R=42.55%
G=32.30%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371048100.240.410.4624.6425.6942.75
Hex896851018292E191a2b
Octal2111501210305156313253
Binary10001001110100010100010110001010011011101100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896851; }

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

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

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

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

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

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

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

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