#8B684E

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

Shades of Leather #8B684E

Tints of Leather #8B684E

Color information

#8B684E (or 0x8B684E) is unknown color: approx Leather. HEX triplet: 8B, 68 and 4E. RGB value is (139,104,78). Sum of RGB (Red+Green+Blue) = 139+104+78=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B684E is #7497B1. Grayscale: #6F6F6F. Windows color (decimal): -7641010 or 5138571. OLE color: 5138571.

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

Color convert

RGB13910478-
CMYK00.250.440.45
HSL25.57º28.11%42.55%-
HSV(B)25.57º43.88%54.51%-
XYZ16.9715.949.39-
YUV111.5109.1147.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=43.30%
G=32.40%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391047800.250.440.4525.5728.1142.55
Hex8B684E0192C2D1a1c2b
Octal2131501160315455323453
Binary10001011110100010011100110011011001011011101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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