#89685A

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

Shades of Leather #89685A

Tints of Leather #89685A

Color information

#89685A (or 0x89685A) is unknown color: approx Leather. HEX triplet: 89, 68 and 5A. RGB value is (137,104,90). Sum of RGB (Red+Green+Blue) = 137+104+90=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #89685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89685A is #7697A5. Grayscale: #707070. Windows color (decimal): -7772070 or 5925001. OLE color: 5925001.

HSL color Cylindrical-coordinate representation of color #89685A: hue angle of 17.87º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89685A is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB13710490-
CMYK00.240.340.46
HSL17.87º20.7%44.51%-
HSV(B)17.87º34.31%53.73%-
XYZ17.1115.9611.85-
YUV112.27115.43145.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.39%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=41.39%
G=31.42%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371049000.240.340.4617.8720.744.51
Hex89685A018222E12152d
Octal2111501320304256222555
Binary10001001110100010110100110001000101011101001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89685A; }

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

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

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

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

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

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

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

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