#896653

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

Shades of Leather #896653

Tints of Leather #896653

Color information

#896653 (or 0x896653) is unknown color: approx Leather. HEX triplet: 89, 66 and 53. RGB value is (137,102,83). Sum of RGB (Red+Green+Blue) = 137+102+83=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #896653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896653 is #7699AC. Grayscale: #6E6E6E. Windows color (decimal): -7772589 or 5465737. OLE color: 5465737.

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

Color convert

RGB13710283-
CMYK00.260.390.46
HSL21.11º24.55%43.14%-
HSV(B)21.11º39.42%53.73%-
XYZ16.6315.4510.29-
YUV110.3112.6147.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 83 (32.81% from 255) = 25.78%
R=42.55%
G=31.68%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371028300.260.390.4621.1124.5543.14
Hex89665301A272E15192b
Octal2111461230324756253153
Binary10001001110011010100110110101001111011101010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896653; }

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

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

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

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

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

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

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

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