#8E685A

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

Shades of Leather #8E685A

Tints of Leather #8E685A

Color information

#8E685A (or 0x8E685A) is unknown color: approx Leather. HEX triplet: 8E, 68 and 5A. RGB value is (142,104,90). Sum of RGB (Red+Green+Blue) = 142+104+90=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E685A is #7197A5. Grayscale: #717171. Windows color (decimal): -7444390 or 5925006. OLE color: 5925006.

HSL color Cylindrical-coordinate representation of color #8E685A: hue angle of 16.15º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E685A is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB14210490-
CMYK00.270.370.44
HSL16.15º22.41%45.49%-
HSV(B)16.15º36.62%55.69%-
XYZ17.9516.3911.89-
YUV113.77114.59148.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=42.26%
G=30.95%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421049000.270.370.4416.1522.4145.49
Hex8E685A01B252C10162d
Octal2161501320334554202655
Binary10001110110100010110100110111001011011001000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,90); }

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

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

 a { background-color: rgb(142,104,90); }

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

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

 span { border-color: rgb(142,104,90); }

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