#8D654E

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

Shades of Leather #8D654E

Tints of Leather #8D654E

Color information

#8D654E (or 0x8D654E) is unknown color: approx Leather. HEX triplet: 8D, 65 and 4E. RGB value is (141,101,78). Sum of RGB (Red+Green+Blue) = 141+101+78=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D654E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D654E is #729AB1. Grayscale: #6E6E6E. Windows color (decimal): -7510706 or 5137805. OLE color: 5137805.

HSL color Cylindrical-coordinate representation of color #8D654E: hue angle of 21.9º 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 #8D654E is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB14110178-
CMYK00.280.450.45
HSL21.9º28.77%42.94%-
HSV(B)21.9º44.68%55.29%-
XYZ17.0115.529.31-
YUV110.34109.75149.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.06%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 78 (30.86% from 255) = 24.38%
R=44.06%
G=31.56%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411017800.280.450.4521.928.7742.94
Hex8D654E01C2D2D161d2b
Octal2151451160345555263553
Binary10001101110010110011100111001011011011011011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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