#8E6A4D

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

Shades of Leather #8E6A4D

Tints of Leather #8E6A4D

Color information

#8E6A4D (or 0x8E6A4D) is unknown color: approx Leather. HEX triplet: 8E, 6A and 4D. RGB value is (142,106,77). Sum of RGB (Red+Green+Blue) = 142+106+77=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6A4D is #7195B2. Grayscale: #717171. Windows color (decimal): -7443891 or 5073550. OLE color: 5073550.

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

Color convert

RGB14210677-
CMYK00.250.460.44
HSL26.77º29.68%42.94%-
HSV(B)26.77º45.77%55.69%-
XYZ17.6516.599.29-
YUV113.46107.43148.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=43.69%
G=32.62%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421067700.250.460.4426.7729.6842.94
Hex8E6A4D0192E2C1b1e2b
Octal2161521150315654333653
Binary10001110110101010011010110011011101011001101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,106,77); }

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

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

 a { background-color: rgb(142,106,77); }

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

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

 span { border-color: rgb(142,106,77); }

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