#8E684B

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

Shades of Leather #8E684B

Tints of Leather #8E684B

Color information

#8E684B (or 0x8E684B) is unknown color: approx Leather. HEX triplet: 8E, 68 and 4B. RGB value is (142,104,75). Sum of RGB (Red+Green+Blue) = 142+104+75=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E684B is #7197B4. Grayscale: #707070. Windows color (decimal): -7444405 or 4941966. OLE color: 4941966.

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

Color convert

RGB14210475-
CMYK00.270.470.44
HSL25.97º30.88%42.55%-
HSV(B)25.97º47.18%55.69%-
XYZ17.3816.168.86-
YUV112.06107.09149.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=44.24%
G=32.40%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421047500.270.470.4425.9730.8842.55
Hex8E684B01B2F2C1a1f2b
Octal2161501130335754323753
Binary10001110110100010010110110111011111011001101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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