#8D6D56

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

Shades of Leather #8D6D56

Tints of Leather #8D6D56

Color information

#8D6D56 (or 0x8D6D56) is unknown color: approx Leather. HEX triplet: 8D, 6D and 56. RGB value is (141,109,86). Sum of RGB (Red+Green+Blue) = 141+109+86=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6D56 is #7292A9. Grayscale: #747474. Windows color (decimal): -7508650 or 5664141. OLE color: 5664141.

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

Color convert

RGB14110986-
CMYK00.230.390.45
HSL25.09º24.23%44.51%-
HSV(B)25.09º39.01%55.29%-
XYZ18.1317.2711.18-
YUV115.95111.1145.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=41.96%
G=32.44%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411098600.230.390.4525.0924.2344.51
Hex8D6D56017272D19182d
Octal2151551260274755313055
Binary10001101110110110101100101111001111011011100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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