#8D6A54

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

Shades of Leather #8D6A54

Tints of Leather #8D6A54

Color information

#8D6A54 (or 0x8D6A54) is unknown color: approx Leather. HEX triplet: 8D, 6A and 54. RGB value is (141,106,84). Sum of RGB (Red+Green+Blue) = 141+106+84=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6A54 is #7295AB. Grayscale: #727272. Windows color (decimal): -7509420 or 5532301. OLE color: 5532301.

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

Color convert

RGB14110684-
CMYK00.250.400.45
HSL23.16º25.33%44.12%-
HSV(B)23.16º40.43%55.29%-
XYZ17.7416.6110.66-
YUV113.96111.1147.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 84 (33.20% from 255) = 25.38%
R=42.60%
G=32.02%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411068400.250.400.4523.1625.3344.12
Hex8D6A54019282D17192c
Octal2151521240315055273154
Binary10001101110101010101000110011010001011011011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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