#8E6954

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

Shades of Leather #8E6954

Tints of Leather #8E6954

Color information

#8E6954 (or 0x8E6954) is unknown color: approx Leather. HEX triplet: 8E, 69 and 54. RGB value is (142,105,84). Sum of RGB (Red+Green+Blue) = 142+105+84=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6954 is #7196AB. Grayscale: #717171. Windows color (decimal): -7444140 or 5532046. OLE color: 5532046.

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

Color convert

RGB14210584-
CMYK00.260.410.44
HSL21.72º25.66%44.31%-
HSV(B)21.72º40.85%55.69%-
XYZ17.8116.4910.63-
YUV113.67111.26148.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 84 (33.20% from 255) = 25.38%
R=42.90%
G=31.72%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421058400.260.410.4421.7225.6644.31
Hex8E695401A292C161a2c
Octal2161511240325154263254
Binary10001110110100110101000110101010011011001011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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