#8E694A

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

Shades of Leather #8E694A

Tints of Leather #8E694A

Color information

#8E694A (or 0x8E694A) is unknown color: approx Leather. HEX triplet: 8E, 69 and 4A. RGB value is (142,105,74). Sum of RGB (Red+Green+Blue) = 142+105+74=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E694A is #7196B5. Grayscale: #707070. Windows color (decimal): -7444150 or 4876686. OLE color: 4876686.

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

Color convert

RGB14210574-
CMYK00.260.480.44
HSL27.35º31.48%42.35%-
HSV(B)27.35º47.89%55.69%-
XYZ17.4416.358.71-
YUV112.53106.26149.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=44.24%
G=32.71%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421057400.260.480.4427.3531.4842.35
Hex8E694A01A302C1b1f2a
Octal2161511120326054333752
Binary10001110110100110010100110101100001011001101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,105,74); }

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

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

 a { background-color: rgb(142,105,74); }

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

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

 span { border-color: rgb(142,105,74); }

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