#8E6E56

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

Shades of Leather #8E6E56

Tints of Leather #8E6E56

Color information

#8E6E56 (or 0x8E6E56) is unknown color: approx Leather. HEX triplet: 8E, 6E and 56. RGB value is (142,110,86). Sum of RGB (Red+Green+Blue) = 142+110+86=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6E56 is #7191A9. Grayscale: #747474. Windows color (decimal): -7442858 or 5664398. OLE color: 5664398.

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

Color convert

RGB14211086-
CMYK00.230.390.44
HSL25.71º24.56%44.71%-
HSV(B)25.71º39.44%55.69%-
XYZ18.4117.5711.23-
YUV116.83110.6145.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 86 (33.98% from 255) = 25.44%
R=42.01%
G=32.54%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421108600.230.390.4425.7124.5644.71
Hex8E6E56017272C1a192d
Octal2161561260274754323155
Binary10001110110111010101100101111001111011001101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,110,86); }

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

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

 a { background-color: rgb(142,110,86); }

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

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

 span { border-color: rgb(142,110,86); }

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