#8B6854

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

Shades of Leather #8B6854

Tints of Leather #8B6854

Color information

#8B6854 (or 0x8B6854) is unknown color: approx Leather. HEX triplet: 8B, 68 and 54. RGB value is (139,104,84). Sum of RGB (Red+Green+Blue) = 139+104+84=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6854 is #7497AB. Grayscale: #707070. Windows color (decimal): -7641004 or 5531787. OLE color: 5531787.

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

Color convert

RGB13910484-
CMYK00.250.400.45
HSL21.82º24.66%43.73%-
HSV(B)21.82º39.57%54.51%-
XYZ17.216.0310.58-
YUV112.18112.1147.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=42.51%
G=31.80%
B=25.69%

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
Decimal1391048400.250.400.4521.8224.6643.73
Hex8B6854019282D16192c
Octal2131501240315055263154
Binary10001011110100010101000110011010001011011011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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