#8B6E56

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

Shades of Leather #8B6E56

Tints of Leather #8B6E56

Color information

#8B6E56 (or 0x8B6E56) is unknown color: approx Leather. HEX triplet: 8B, 6E and 56. RGB value is (139,110,86). Sum of RGB (Red+Green+Blue) = 139+110+86=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E56 is #7491A9. Grayscale: #747474. Windows color (decimal): -7639466 or 5664395. OLE color: 5664395.

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

Color convert

RGB13911086-
CMYK00.210.380.45
HSL27.17º23.56%44.12%-
HSV(B)27.17º38.13%54.51%-
XYZ17.917.3111.2-
YUV115.94111.11144.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=41.49%
G=32.84%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391108600.210.380.4527.1723.5644.12
Hex8B6E56015262D1b182c
Octal2131561260254655333054
Binary10001011110111010101100101011001101011011101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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