#8C6C59

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

Shades of Leather #8C6C59

Tints of Leather #8C6C59

Color information

#8C6C59 (or 0x8C6C59) is unknown color: approx Leather. HEX triplet: 8C, 6C and 59. RGB value is (140,108,89). Sum of RGB (Red+Green+Blue) = 140+108+89=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6C59 is #7393A6. Grayscale: #737373. Windows color (decimal): -7574439 or 5860492. OLE color: 5860492.

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

Color convert

RGB14010889-
CMYK00.230.360.45
HSL22.35º22.27%44.9%-
HSV(B)22.35º36.43%54.9%-
XYZ17.9817.0211.79-
YUV115.4113.1145.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=41.54%
G=32.05%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401088900.230.360.4522.3522.2744.9
Hex8C6C59017242D16162d
Octal2141541310274455262655
Binary10001100110110010110010101111001001011011011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,108,89); }

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

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

 a { background-color: rgb(140,108,89); }

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

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

 span { border-color: rgb(140,108,89); }

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