#8D6754

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

Shades of Leather #8D6754

Tints of Leather #8D6754

Color information

#8D6754 (or 0x8D6754) is unknown color: approx Leather. HEX triplet: 8D, 67 and 54. RGB value is (141,103,84). Sum of RGB (Red+Green+Blue) = 141+103+84=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6754 is #7298AB. Grayscale: #707070. Windows color (decimal): -7510188 or 5531533. OLE color: 5531533.

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

Color convert

RGB14110384-
CMYK00.270.400.45
HSL20º25.33%44.12%-
HSV(B)20º40.43%55.29%-
XYZ17.431610.56-
YUV112.2112.09148.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.99%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 84 (33.20% from 255) = 25.61%
R=42.99%
G=31.40%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411038400.270.400.452025.3344.12
Hex8D675401B282D14192c
Octal2151471240335055243154
Binary10001101110011110101000110111010001011011010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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