#8E684E

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

Shades of Leather #8E684E

Tints of Leather #8E684E

Color information

#8E684E (or 0x8E684E) is unknown color: approx Leather. HEX triplet: 8E, 68 and 4E. RGB value is (142,104,78). Sum of RGB (Red+Green+Blue) = 142+104+78=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E684E is #7197B1. Grayscale: #707070. Windows color (decimal): -7444402 or 5138574. OLE color: 5138574.

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

Color convert

RGB14210478-
CMYK00.270.450.44
HSL24.37º29.09%43.14%-
HSV(B)24.37º45.07%55.69%-
XYZ17.4816.29.41-
YUV112.4108.59149.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=43.83%
G=32.10%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421047800.270.450.4424.3729.0943.14
Hex8E684E01B2D2C181d2b
Octal2161501160335554303553
Binary10001110110100010011100110111011011011001100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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