#8C6F4E

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

Shades of Shadow #8C6F4E

Tints of Shadow #8C6F4E

Color information

#8C6F4E (or 0x8C6F4E) is unknown color: approx Shadow. HEX triplet: 8C, 6F and 4E. RGB value is (140,111,78). Sum of RGB (Red+Green+Blue) = 140+111+78=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6F4E is #7390B1. Grayscale: #747474. Windows color (decimal): -7573682 or 5140364. OLE color: 5140364.

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

Color convert

RGB14011178-
CMYK00.210.440.45
HSL31.94º28.44%42.75%-
HSV(B)31.94º44.29%54.9%-
XYZ17.8717.499.64-
YUV115.91106.61145.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.55%
GREEN value IS 111 (43.75% from 255) = 33.74%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=42.55%
G=33.74%
B=23.71%

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
Decimal1401117800.210.440.4531.9428.4442.75
Hex8C6F4E0152C2D201c2b
Octal2141571160255455403453
Binary100011001101111100111001010110110010110110000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,111,78); }

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

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

 a { background-color: rgb(140,111,78); }

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

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

 span { border-color: rgb(140,111,78); }

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