#8D6555

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

Shades of Leather #8D6555

Tints of Leather #8D6555

Color information

#8D6555 (or 0x8D6555) is unknown color: approx Leather. HEX triplet: 8D, 65 and 55. RGB value is (141,101,85). Sum of RGB (Red+Green+Blue) = 141+101+85=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6555 is #729AAA. Grayscale: #6F6F6F. Windows color (decimal): -7510699 or 5596557. OLE color: 5596557.

HSL color Cylindrical-coordinate representation of color #8D6555: hue angle of 17.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D6555 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB14110185-
CMYK00.280.400.45
HSL17.14º24.78%44.31%-
HSV(B)17.14º39.72%55.29%-
XYZ17.2815.6310.7-
YUV111.14113.25149.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.12%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 85 (33.59% from 255) = 25.99%
R=43.12%
G=30.89%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411018500.280.400.4517.1424.7844.31
Hex8D655501C282D11192c
Octal2151451250345055213154
Binary10001101110010110101010111001010001011011000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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