#8B685A

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

Shades of Leather #8B685A

Tints of Leather #8B685A

Color information

#8B685A (or 0x8B685A) is unknown color: approx Leather. HEX triplet: 8B, 68 and 5A. RGB value is (139,104,90). Sum of RGB (Red+Green+Blue) = 139+104+90=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B685A is #7497A5. Grayscale: #707070. Windows color (decimal): -7640998 or 5925003. OLE color: 5925003.

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

Color convert

RGB13910490-
CMYK00.250.350.45
HSL17.14º21.4%44.9%-
HSV(B)17.14º35.25%54.51%-
XYZ17.4416.1311.87-
YUV112.87115.1146.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 90 (35.55% from 255) = 27.03%
R=41.74%
G=31.23%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391049000.250.350.4517.1421.444.9
Hex8B685A019232D11152d
Octal2131501320314355212555
Binary10001011110100010110100110011000111011011000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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