#8B6B4C

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

Shades of Leather #8B6B4C

Tints of Leather #8B6B4C

Color information

#8B6B4C (or 0x8B6B4C) is unknown color: approx Leather. HEX triplet: 8B, 6B and 4C. RGB value is (139,107,76). Sum of RGB (Red+Green+Blue) = 139+107+76=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6B4C is #7494B3. Grayscale: #717171. Windows color (decimal): -7640244 or 5008267. OLE color: 5008267.

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

Color convert

RGB13910776-
CMYK00.230.450.45
HSL29.52º29.3%42.16%-
HSV(B)29.52º45.32%54.51%-
XYZ17.2116.539.12-
YUV113.03107.1146.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=43.17%
G=33.23%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391077600.230.450.4529.5229.342.16
Hex8B6B4C0172D2D1e1d2a
Octal2131531140275555363552
Binary10001011110101110011000101111011011011011111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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