#8E6558

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

Shades of Leather #8E6558

Tints of Leather #8E6558

Color information

#8E6558 (or 0x8E6558) is unknown color: approx Leather. HEX triplet: 8E, 65 and 58. RGB value is (142,101,88). Sum of RGB (Red+Green+Blue) = 142+101+88=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6558 is #719AA7. Grayscale: #6F6F6F. Windows color (decimal): -7445160 or 5793166. OLE color: 5793166.

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

Color convert

RGB14210188-
CMYK00.290.380.44
HSL14.44º23.48%45.1%-
HSV(B)14.44º38.03%55.69%-
XYZ17.5715.7611.35-
YUV111.78114.58149.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 88 (34.77% from 255) = 26.59%
R=42.90%
G=30.51%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421018800.290.380.4414.4423.4845.1
Hex8E655801D262Ce172d
Octal2161451300354654162755
Binary1000111011001011011000011101100110101100111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,88); }

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

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

 a { background-color: rgb(142,101,88); }

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

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

 span { border-color: rgb(142,101,88); }

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