#8E6D56

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

Shades of Leather #8E6D56

Tints of Leather #8E6D56

Color information

#8E6D56 (or 0x8E6D56) is unknown color: approx Leather. HEX triplet: 8E, 6D and 56. RGB value is (142,109,86). Sum of RGB (Red+Green+Blue) = 142+109+86=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6D56 is #7192A9. Grayscale: #747474. Windows color (decimal): -7443114 or 5664142. OLE color: 5664142.

HSL color Cylindrical-coordinate representation of color #8E6D56: hue angle of 24.64º 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 #8E6D56 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB14210986-
CMYK00.230.390.44
HSL24.64º24.56%44.71%-
HSV(B)24.64º39.44%55.69%-
XYZ18.317.3611.19-
YUV116.24110.93146.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=42.14%
G=32.34%
B=25.52%

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
Decimal1421098600.230.390.4424.6424.5644.71
Hex8E6D56017272C19192d
Octal2161551260274754313155
Binary10001110110110110101100101111001111011001100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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