#8D6A4C

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

Shades of Leather #8D6A4C

Tints of Leather #8D6A4C

Color information

#8D6A4C (or 0x8D6A4C) is unknown color: approx Leather. HEX triplet: 8D, 6A and 4C. RGB value is (141,106,76). Sum of RGB (Red+Green+Blue) = 141+106+76=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6A4C is #7295B3. Grayscale: #717171. Windows color (decimal): -7509428 or 5008013. OLE color: 5008013.

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

Color convert

RGB14110676-
CMYK00.250.460.45
HSL27.69º29.95%42.55%-
HSV(B)27.69º46.1%55.29%-
XYZ17.4416.499.1-
YUV113.04107.1147.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=43.65%
G=32.82%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411067600.250.460.4527.6929.9542.55
Hex8D6A4C0192E2D1c1e2b
Octal2151521140315655343653
Binary10001101110101010011000110011011101011011110011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,106,76); }

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

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

 a { background-color: rgb(141,106,76); }

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

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

 span { border-color: rgb(141,106,76); }

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