#8D6655

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

Shades of Leather #8D6655

Tints of Leather #8D6655

Color information

#8D6655 (or 0x8D6655) is unknown color: approx Leather. HEX triplet: 8D, 66 and 55. RGB value is (141,102,85). Sum of RGB (Red+Green+Blue) = 141+102+85=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6655 is #7299AA. Grayscale: #6F6F6F. Windows color (decimal): -7510443 or 5596813. OLE color: 5596813.

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

Color convert

RGB14110285-
CMYK00.280.400.45
HSL18.21º24.78%44.31%-
HSV(B)18.21º39.72%55.29%-
XYZ17.3815.8210.73-
YUV111.72112.92148.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.99%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 85 (33.59% from 255) = 25.91%
R=42.99%
G=31.10%
B=25.91%

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
Decimal1411028500.280.400.4518.2124.7844.31
Hex8D665501C282D12192c
Octal2151461250345055223154
Binary10001101110011010101010111001010001011011001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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