#8D6755

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

Shades of Leather #8D6755

Tints of Leather #8D6755

Color information

#8D6755 (or 0x8D6755) is unknown color: approx Leather. HEX triplet: 8D, 67 and 55. RGB value is (141,103,85). Sum of RGB (Red+Green+Blue) = 141+103+85=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6755 is #7298AA. Grayscale: #707070. Windows color (decimal): -7510187 or 5597069. OLE color: 5597069.

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

Color convert

RGB14110385-
CMYK00.270.400.45
HSL19.29º24.78%44.31%-
HSV(B)19.29º39.72%55.29%-
XYZ17.4716.0210.77-
YUV112.31112.59148.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.86%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=42.86%
G=31.31%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411038500.270.400.4519.2924.7844.31
Hex8D675501B282D13192c
Octal2151471250335055233154
Binary10001101110011110101010110111010001011011001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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