#8E694F

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

Shades of Leather #8E694F

Tints of Leather #8E694F

Color information

#8E694F (or 0x8E694F) is unknown color: approx Leather. HEX triplet: 8E, 69 and 4F. RGB value is (142,105,79). Sum of RGB (Red+Green+Blue) = 142+105+79=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E694F is #7196B0. Grayscale: #717171. Windows color (decimal): -7444145 or 5204366. OLE color: 5204366.

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

Color convert

RGB14210579-
CMYK00.260.440.44
HSL24.76º28.51%43.33%-
HSV(B)24.76º44.37%55.69%-
XYZ17.6216.429.64-
YUV113.1108.76148.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=43.56%
G=32.21%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421057900.260.440.4424.7628.5143.33
Hex8E694F01A2C2C191d2b
Octal2161511170325454313553
Binary10001110110100110011110110101011001011001100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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