#8D6A55

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

Shades of Leather #8D6A55

Tints of Leather #8D6A55

Color information

#8D6A55 (or 0x8D6A55) is unknown color: approx Leather. HEX triplet: 8D, 6A and 55. RGB value is (141,106,85). Sum of RGB (Red+Green+Blue) = 141+106+85=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6A55 is #7295AA. Grayscale: #727272. Windows color (decimal): -7509419 or 5597837. OLE color: 5597837.

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

Color convert

RGB14110685-
CMYK00.250.400.45
HSL22.5º24.78%44.31%-
HSV(B)22.5º39.72%55.29%-
XYZ17.7816.6310.87-
YUV114.07111.6147.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.47%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 85 (33.59% from 255) = 25.60%
R=42.47%
G=31.93%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411068500.250.400.4522.524.7844.31
Hex8D6A55019282D16192c
Octal2151521250315055263154
Binary10001101110101010101010110011010001011011011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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