#8D6956

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

Shades of Leather #8D6956

Tints of Leather #8D6956

Color information

#8D6956 (or 0x8D6956) is unknown color: approx Leather. HEX triplet: 8D, 69 and 56. RGB value is (141,105,86). Sum of RGB (Red+Green+Blue) = 141+105+86=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6956 is #7296A9. Grayscale: #717171. Windows color (decimal): -7509674 or 5663117. OLE color: 5663117.

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

Color convert

RGB14110586-
CMYK00.260.390.45
HSL20.73º24.23%44.51%-
HSV(B)20.73º39.01%55.29%-
XYZ17.7216.4411.04-
YUV113.6112.43147.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.47%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=42.47%
G=31.63%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411058600.260.390.4520.7324.2344.51
Hex8D695601A272D15182d
Octal2151511260324755253055
Binary10001101110100110101100110101001111011011010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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