#896658

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

Shades of Leather #896658

Tints of Leather #896658

Color information

#896658 (or 0x896658) is unknown color: approx Leather. HEX triplet: 89, 66 and 58. RGB value is (137,102,88). Sum of RGB (Red+Green+Blue) = 137+102+88=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #896658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896658 is #7699A7. Grayscale: #6E6E6E. Windows color (decimal): -7772584 or 5793417. OLE color: 5793417.

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

Color convert

RGB13710288-
CMYK00.260.360.46
HSL17.14º21.78%44.12%-
HSV(B)17.14º35.77%53.73%-
XYZ16.8315.5311.34-
YUV110.87115.1146.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.90%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=41.90%
G=31.19%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371028800.260.360.4617.1421.7844.12
Hex89665801A242E11162c
Octal2111461300324456212654
Binary10001001110011010110000110101001001011101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896658; }

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

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

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

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

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

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

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

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