#8E6655

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

Shades of Leather #8E6655

Tints of Leather #8E6655

Color information

#8E6655 (or 0x8E6655) is unknown color: approx Leather. HEX triplet: 8E, 66 and 55. RGB value is (142,102,85). Sum of RGB (Red+Green+Blue) = 142+102+85=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6655 is #7199AA. Grayscale: #707070. Windows color (decimal): -7444907 or 5596814. OLE color: 5596814.

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

Color convert

RGB14210285-
CMYK00.280.400.44
HSL17.89º25.11%44.51%-
HSV(B)17.89º40.14%55.69%-
XYZ17.5515.9110.74-
YUV112.02112.75149.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=43.16%
G=31.00%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421028500.280.400.4417.8925.1144.51
Hex8E665501C282C12192d
Octal2161461250345054223155
Binary10001110110011010101010111001010001011001001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,102,85); }

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

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

 a { background-color: rgb(142,102,85); }

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

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

 span { border-color: rgb(142,102,85); }

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