#89695B

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

Shades of Leather #89695B

Tints of Leather #89695B

Color information

#89695B (or 0x89695B) is unknown color: approx Leather. HEX triplet: 89, 69 and 5B. RGB value is (137,105,91). Sum of RGB (Red+Green+Blue) = 137+105+91=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #89695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89695B is #7696A4. Grayscale: #717171. Windows color (decimal): -7771813 or 5990793. OLE color: 5990793.

HSL color Cylindrical-coordinate representation of color #89695B: hue angle of 18.26º degrees, saturation: 0.2, 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 #89695B is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB13710591-
CMYK00.230.340.46
HSL18.26º20.18%44.71%-
HSV(B)18.26º33.58%53.73%-
XYZ17.2616.1812.11-
YUV112.97115.6145.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=41.14%
G=31.53%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371059100.230.340.4618.2620.1844.71
Hex89695B017222E12142d
Octal2111511330274256222455
Binary10001001110100110110110101111000101011101001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89695B; }

 p { color: rgb(137,105,91); }

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

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

 a { background-color: rgb(137,105,91); }

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

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

 span { border-color: rgb(137,105,91); }

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