#8B685C

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

Shades of Leather #8B685C

Tints of Leather #8B685C

Color information

#8B685C (or 0x8B685C) is unknown color: approx Leather. HEX triplet: 8B, 68 and 5C. RGB value is (139,104,92). Sum of RGB (Red+Green+Blue) = 139+104+92=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B685C is #7497A3. Grayscale: #717171. Windows color (decimal): -7640996 or 6056075. OLE color: 6056075.

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

Color convert

RGB13910492-
CMYK00.250.340.45
HSL15.32º20.35%45.29%-
HSV(B)15.32º33.81%54.51%-
XYZ17.5316.1612.32-
YUV113.1116.1146.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=41.49%
G=31.04%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391049200.250.340.4515.3220.3545.29
Hex8B685C019222Df142d
Octal2131501340314255172455
Binary1000101111010001011100011001100010101101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,104,92); }

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

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

 a { background-color: rgb(139,104,92); }

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

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

 span { border-color: rgb(139,104,92); }

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