#89695A

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

Shades of Leather #89695A

Tints of Leather #89695A

Color information

#89695A (or 0x89695A) is unknown color: approx Leather. HEX triplet: 89, 69 and 5A. RGB value is (137,105,90). Sum of RGB (Red+Green+Blue) = 137+105+90=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #89695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89695A is #7696A5. Grayscale: #707070. Windows color (decimal): -7771814 or 5925257. OLE color: 5925257.

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

Color convert

RGB13710590-
CMYK00.230.340.46
HSL19.15º20.7%44.51%-
HSV(B)19.15º34.31%53.73%-
XYZ17.2116.1611.88-
YUV112.86115.1145.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.27%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=41.27%
G=31.63%
B=27.11%

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
Decimal1371059000.230.340.4619.1520.744.51
Hex89695A017222E13152d
Octal2111511320274256232555
Binary10001001110100110110100101111000101011101001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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