#896651

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

Shades of Leather #896651

Tints of Leather #896651

Color information

#896651 (or 0x896651) is unknown color: approx Leather. HEX triplet: 89, 66 and 51. RGB value is (137,102,81). Sum of RGB (Red+Green+Blue) = 137+102+81=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #896651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896651 is #7699AE. Grayscale: #6E6E6E. Windows color (decimal): -7772591 or 5334665. OLE color: 5334665.

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

Color convert

RGB13710281-
CMYK00.260.410.46
HSL22.5º25.69%42.75%-
HSV(B)22.5º40.88%53.73%-
XYZ16.5515.429.89-
YUV110.07111.6147.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=42.81%
G=31.88%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371028100.260.410.4622.525.6942.75
Hex89665101A292E161a2b
Octal2111461210325156263253
Binary10001001110011010100010110101010011011101011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896651; }

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

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

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

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

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

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

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

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