#8E6A56

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

Shades of Leather #8E6A56

Tints of Leather #8E6A56

Color information

#8E6A56 (or 0x8E6A56) is unknown color: approx Leather. HEX triplet: 8E, 6A and 56. RGB value is (142,106,86). Sum of RGB (Red+Green+Blue) = 142+106+86=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6A56 is #7195A9. Grayscale: #727272. Windows color (decimal): -7443882 or 5663374. OLE color: 5663374.

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

Color convert

RGB14210686-
CMYK00.250.390.44
HSL21.43º24.56%44.71%-
HSV(B)21.43º39.44%55.69%-
XYZ17.9916.7311.09-
YUV114.48111.93147.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=42.51%
G=31.74%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421068600.250.390.4421.4324.5644.71
Hex8E6A56019272C15192d
Octal2161521260314754253155
Binary10001110110101010101100110011001111011001010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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