#8B6E4E

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

Shades of Shadow #8B6E4E

Tints of Shadow #8B6E4E

Color information

#8B6E4E (or 0x8B6E4E) is unknown color: approx Shadow. HEX triplet: 8B, 6E and 4E. RGB value is (139,110,78). Sum of RGB (Red+Green+Blue) = 139+110+78=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E4E is #7491B1. Grayscale: #737373. Windows color (decimal): -7639474 or 5140107. OLE color: 5140107.

HSL color Cylindrical-coordinate representation of color #8B6E4E: hue angle of 31.48º 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 #8B6E4E is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB13911078-
CMYK00.210.440.45
HSL31.48º28.11%42.55%-
HSV(B)31.48º43.88%54.51%-
XYZ17.617.199.6-
YUV115.02107.11145.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=42.51%
G=33.64%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391107800.210.440.4531.4828.1142.55
Hex8B6E4E0152C2D1f1c2b
Octal2131561160255455373453
Binary10001011110111010011100101011011001011011111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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