#8E6A4B

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

Shades of Leather #8E6A4B

Tints of Leather #8E6A4B

Color information

#8E6A4B (or 0x8E6A4B) is unknown color: approx Leather. HEX triplet: 8E, 6A and 4B. RGB value is (142,106,75). Sum of RGB (Red+Green+Blue) = 142+106+75=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6A4B is #7195B4. Grayscale: #717171. Windows color (decimal): -7443893 or 4942478. OLE color: 4942478.

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

Color convert

RGB14210675-
CMYK00.250.470.44
HSL27.76º30.88%42.55%-
HSV(B)27.76º47.18%55.69%-
XYZ17.5816.578.93-
YUV113.23106.43148.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=43.96%
G=32.82%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421067500.250.470.4427.7630.8842.55
Hex8E6A4B0192F2C1c1f2b
Octal2161521130315754343753
Binary10001110110101010010110110011011111011001110011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,106,75); }

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

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

 a { background-color: rgb(142,106,75); }

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

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

 span { border-color: rgb(142,106,75); }

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