#8D6656

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

Shades of Leather #8D6656

Tints of Leather #8D6656

Color information

#8D6656 (or 0x8D6656) is unknown color: approx Leather. HEX triplet: 8D, 66 and 56. RGB value is (141,102,86). Sum of RGB (Red+Green+Blue) = 141+102+86=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6656 is #7299A9. Grayscale: #6F6F6F. Windows color (decimal): -7510442 or 5662349. OLE color: 5662349.

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

Color convert

RGB14110286-
CMYK00.280.390.45
HSL17.45º24.23%44.51%-
HSV(B)17.45º39.01%55.29%-
XYZ17.4215.8410.94-
YUV111.84113.42148.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.86%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=42.86%
G=31.00%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411028600.280.390.4517.4524.2344.51
Hex8D665601C272D11182d
Octal2151461260344755213055
Binary10001101110011010101100111001001111011011000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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