#8A6959

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

Shades of Leather #8A6959

Tints of Leather #8A6959

Color information

#8A6959 (or 0x8A6959) is unknown color: approx Leather. HEX triplet: 8A, 69 and 59. RGB value is (138,105,89). Sum of RGB (Red+Green+Blue) = 138+105+89=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6959 is #7596A6. Grayscale: #717171. Windows color (decimal): -7706279 or 5859722. OLE color: 5859722.

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

Color convert

RGB13810589-
CMYK00.240.360.46
HSL19.59º21.59%44.51%-
HSV(B)19.59º35.51%54.12%-
XYZ17.3416.2311.67-
YUV113.04114.43145.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.57%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 89 (35.16% from 255) = 26.81%
R=41.57%
G=31.63%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381058900.240.360.4619.5921.5944.51
Hex8A6959018242E14162d
Octal2121511310304456242655
Binary10001010110100110110010110001001001011101010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6959; }

 p { color: rgb(138,105,89); }

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

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

 a { background-color: rgb(138,105,89); }

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

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

 span { border-color: rgb(138,105,89); }

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