#8D6E55

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

Shades of Leather #8D6E55

Tints of Leather #8D6E55

Color information

#8D6E55 (or 0x8D6E55) is unknown color: approx Leather. HEX triplet: 8D, 6E and 55. RGB value is (141,110,85). Sum of RGB (Red+Green+Blue) = 141+110+85=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E55 is #7291AA. Grayscale: #747474. Windows color (decimal): -7508395 or 5598861. OLE color: 5598861.

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

Color convert

RGB14111085-
CMYK00.220.400.45
HSL26.79º24.78%44.31%-
HSV(B)26.79º39.72%55.29%-
XYZ18.217.4711.01-
YUV116.42110.27145.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=41.96%
G=32.74%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411108500.220.400.4526.7924.7844.31
Hex8D6E55016282D1b192c
Octal2151561250265055333154
Binary10001101110111010101010101101010001011011101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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