#8D6D51

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

Shades of Leather #8D6D51

Tints of Leather #8D6D51

Color information

#8D6D51 (or 0x8D6D51) is unknown color: approx Leather. HEX triplet: 8D, 6D and 51. RGB value is (141,109,81). Sum of RGB (Red+Green+Blue) = 141+109+81=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6D51 is #7292AE. Grayscale: #737373. Windows color (decimal): -7508655 or 5336461. OLE color: 5336461.

HSL color Cylindrical-coordinate representation of color #8D6D51: hue angle of 28º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D6D51 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB14110981-
CMYK00.230.430.45
HSL28º27.03%43.53%-
HSV(B)28º42.55%55.29%-
XYZ17.9417.1910.16-
YUV115.38108.6146.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=42.60%
G=32.93%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411098100.230.430.452827.0343.53
Hex8D6D510172B2D1c1b2c
Octal2151551210275355343354
Binary10001101110110110100010101111010111011011110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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