#8D6854

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

Shades of Leather #8D6854

Tints of Leather #8D6854

Color information

#8D6854 (or 0x8D6854) is unknown color: approx Leather. HEX triplet: 8D, 68 and 54. RGB value is (141,104,84). Sum of RGB (Red+Green+Blue) = 141+104+84=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6854 is #7297AB. Grayscale: #707070. Windows color (decimal): -7509932 or 5531789. OLE color: 5531789.

HSL color Cylindrical-coordinate representation of color #8D6854: hue angle of 21.05º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D6854 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB14110484-
CMYK00.260.400.45
HSL21.05º25.33%44.12%-
HSV(B)21.05º40.43%55.29%-
XYZ17.5416.210.59-
YUV112.78111.76148.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.86%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=42.86%
G=31.61%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411048400.260.400.4521.0525.3344.12
Hex8D685401A282D15192c
Octal2151501240325055253154
Binary10001101110100010101000110101010001011011010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,104,84); }

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

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

 a { background-color: rgb(141,104,84); }

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

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

 span { border-color: rgb(141,104,84); }

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