#8B684B

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

Shades of Leather #8B684B

Tints of Leather #8B684B

Color information

#8B684B (or 0x8B684B) is unknown color: approx Leather. HEX triplet: 8B, 68 and 4B. RGB value is (139,104,75). Sum of RGB (Red+Green+Blue) = 139+104+75=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B684B is #7497B4. Grayscale: #6F6F6F. Windows color (decimal): -7641013 or 4941963. OLE color: 4941963.

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

Color convert

RGB13910475-
CMYK00.250.460.45
HSL27.19º29.91%41.96%-
HSV(B)27.19º46.04%54.51%-
XYZ16.8715.98.84-
YUV111.16107.6147.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=43.71%
G=32.70%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391047500.250.460.4527.1929.9141.96
Hex8B684B0192E2D1b1e2a
Octal2131501130315655333652
Binary10001011110100010010110110011011101011011101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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