#8C6859

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

Shades of Leather #8C6859

Tints of Leather #8C6859

Color information

#8C6859 (or 0x8C6859) is unknown color: approx Leather. HEX triplet: 8C, 68 and 59. RGB value is (140,104,89). Sum of RGB (Red+Green+Blue) = 140+104+89=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6859 is #7397A6. Grayscale: #717171. Windows color (decimal): -7575463 or 5859468. OLE color: 5859468.

HSL color Cylindrical-coordinate representation of color #8C6859: hue angle of 17.65º 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 #8C6859 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB14010489-
CMYK00.260.360.45
HSL17.65º22.27%44.9%-
HSV(B)17.65º36.43%54.9%-
XYZ17.5716.211.65-
YUV113.05114.43147.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.04%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 89 (35.16% from 255) = 26.73%
R=42.04%
G=31.23%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401048900.260.360.4517.6522.2744.9
Hex8C685901A242D12162d
Octal2141501310324455222655
Binary10001100110100010110010110101001001011011001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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