#8B6B59

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

Shades of Leather #8B6B59

Tints of Leather #8B6B59

Color information

#8B6B59 (or 0x8B6B59) is unknown color: approx Leather. HEX triplet: 8B, 6B and 59. RGB value is (139,107,89). Sum of RGB (Red+Green+Blue) = 139+107+89=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B59 is #7494A6. Grayscale: #727272. Windows color (decimal): -7640231 or 5860235. OLE color: 5860235.

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

Color convert

RGB13910789-
CMYK00.230.360.45
HSL21.6º21.93%44.71%-
HSV(B)21.6º35.97%54.51%-
XYZ17.7116.7311.75-
YUV114.52113.6145.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 89 (35.16% from 255) = 26.57%
R=41.49%
G=31.94%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391078900.230.360.4521.621.9344.71
Hex8B6B59017242D16162d
Octal2131531310274455262655
Binary10001011110101110110010101111001001011011011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,107,89); }

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

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

 a { background-color: rgb(139,107,89); }

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

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

 span { border-color: rgb(139,107,89); }

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