#8B6857

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

Shades of Leather #8B6857

Tints of Leather #8B6857

Color information

#8B6857 (or 0x8B6857) is unknown color: approx Leather. HEX triplet: 8B, 68 and 57. RGB value is (139,104,87). Sum of RGB (Red+Green+Blue) = 139+104+87=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6857 is #7497A8. Grayscale: #707070. Windows color (decimal): -7641001 or 5728395. OLE color: 5728395.

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

Color convert

RGB13910487-
CMYK00.250.370.45
HSL19.62º23.01%44.31%-
HSV(B)19.62º37.41%54.51%-
XYZ17.3216.0811.21-
YUV112.53113.6146.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=42.12%
G=31.52%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391048700.250.370.4519.6223.0144.31
Hex8B6857019252D14172c
Octal2131501270314555242754
Binary10001011110100010101110110011001011011011010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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