#8B6C4C

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

Shades of Shadow #8B6C4C

Tints of Shadow #8B6C4C

Color information

#8B6C4C (or 0x8B6C4C) is unknown color: approx Shadow. HEX triplet: 8B, 6C and 4C. RGB value is (139,108,76). Sum of RGB (Red+Green+Blue) = 139+108+76=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6C4C is #7493B3. Grayscale: #717171. Windows color (decimal): -7639988 or 5008523. OLE color: 5008523.

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

Color convert

RGB13910876-
CMYK00.220.450.45
HSL30.48º29.3%42.16%-
HSV(B)30.48º45.32%54.51%-
XYZ17.3116.749.16-
YUV113.62106.77146.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.03%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=43.03%
G=33.44%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391087600.220.450.4530.4829.342.16
Hex8B6C4C0162D2D1e1d2a
Octal2131541140265555363552
Binary10001011110110010011000101101011011011011111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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