#8B6D57

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

Shades of Leather #8B6D57

Tints of Leather #8B6D57

Color information

#8B6D57 (or 0x8B6D57) is unknown color: approx Leather. HEX triplet: 8B, 6D and 57. RGB value is (139,109,87). Sum of RGB (Red+Green+Blue) = 139+109+87=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D57 is #7492A8. Grayscale: #737373. Windows color (decimal): -7639721 or 5729675. OLE color: 5729675.

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

Color convert

RGB13910987-
CMYK00.220.370.45
HSL25.38º23.01%44.31%-
HSV(B)25.38º37.41%54.51%-
XYZ17.8417.1111.38-
YUV115.46111.94144.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=41.49%
G=32.54%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391098700.220.370.4525.3823.0144.31
Hex8B6D57016252D19172c
Octal2131551270264555312754
Binary10001011110110110101110101101001011011011100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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