#8B6E57

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

Shades of Leather #8B6E57

Tints of Leather #8B6E57

Color information

#8B6E57 (or 0x8B6E57) is unknown color: approx Leather. HEX triplet: 8B, 6E and 57. RGB value is (139,110,87). Sum of RGB (Red+Green+Blue) = 139+110+87=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E57 is #7491A8. Grayscale: #747474. Windows color (decimal): -7639465 or 5729931. OLE color: 5729931.

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

Color convert

RGB13911087-
CMYK00.210.370.45
HSL26.54º23.01%44.31%-
HSV(B)26.54º37.41%54.51%-
XYZ17.9417.3311.42-
YUV116.05111.61144.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 87 (34.38% from 255) = 25.89%
R=41.37%
G=32.74%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391108700.210.370.4526.5423.0144.31
Hex8B6E57015252D1b172c
Octal2131561270254555332754
Binary10001011110111010101110101011001011011011101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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