#8D684E

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

Shades of Leather #8D684E

Tints of Leather #8D684E

Color information

#8D684E (or 0x8D684E) is unknown color: approx Leather. HEX triplet: 8D, 68 and 4E. RGB value is (141,104,78). Sum of RGB (Red+Green+Blue) = 141+104+78=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D684E is #7297B1. Grayscale: #707070. Windows color (decimal): -7509938 or 5138573. OLE color: 5138573.

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

Color convert

RGB14110478-
CMYK00.260.450.45
HSL24.76º28.77%42.94%-
HSV(B)24.76º44.68%55.29%-
XYZ17.3116.119.41-
YUV112.1108.76148.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=43.65%
G=32.20%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411047800.260.450.4524.7628.7742.94
Hex8D684E01A2D2D191d2b
Octal2151501160325555313553
Binary10001101110100010011100110101011011011011100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,104,78); }

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

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

 a { background-color: rgb(141,104,78); }

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

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

 span { border-color: rgb(141,104,78); }

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