#8E6D54

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

Shades of Leather #8E6D54

Tints of Leather #8E6D54

Color information

#8E6D54 (or 0x8E6D54) is unknown color: approx Leather. HEX triplet: 8E, 6D and 54. RGB value is (142,109,84). Sum of RGB (Red+Green+Blue) = 142+109+84=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6D54 is #7192AB. Grayscale: #747474. Windows color (decimal): -7443116 or 5533070. OLE color: 5533070.

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

Color convert

RGB14210984-
CMYK00.230.410.44
HSL25.86º25.66%44.31%-
HSV(B)25.86º40.85%55.69%-
XYZ18.2217.3310.77-
YUV116.02109.93146.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=42.39%
G=32.54%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421098400.230.410.4425.8625.6644.31
Hex8E6D54017292C1a1a2c
Octal2161551240275154323254
Binary10001110110110110101000101111010011011001101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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