#8B6757

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

Shades of Leather #8B6757

Tints of Leather #8B6757

Color information

#8B6757 (or 0x8B6757) is unknown color: approx Leather. HEX triplet: 8B, 67 and 57. RGB value is (139,103,87). Sum of RGB (Red+Green+Blue) = 139+103+87=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6757 is #7498A8. Grayscale: #707070. Windows color (decimal): -7641257 or 5728139. OLE color: 5728139.

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

Color convert

RGB13910387-
CMYK00.260.370.45
HSL18.46º23.01%44.31%-
HSV(B)18.46º37.41%54.51%-
XYZ17.2215.8811.17-
YUV111.94113.93147.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.25%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 87 (34.38% from 255) = 26.44%
R=42.25%
G=31.31%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391038700.260.370.4518.4623.0144.31
Hex8B675701A252D12172c
Octal2131471270324555222754
Binary10001011110011110101110110101001011011011001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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