#806C4D

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

Shades of Shadow #806C4D

Tints of Shadow #806C4D

Color information

#806C4D (or 0x806C4D) is unknown color: approx Shadow. HEX triplet: 80, 6C and 4D. RGB value is (128,108,77). Sum of RGB (Red+Green+Blue) = 128+108+77=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #806C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C4D is #7F93B2. Grayscale: #6E6E6E. Windows color (decimal): -8360883 or 5074048. OLE color: 5074048.

HSL color Cylindrical-coordinate representation of color #806C4D: hue angle of 36.47º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #806C4D is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB12810877-
CMYK00.160.400.50
HSL36.47º24.88%40.2%-
HSV(B)36.47º39.84%50.2%-
XYZ15.615.859.26-
YUV110.45109.13140.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.89%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=40.89%
G=34.50%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281087700.160.400.5036.4724.8840.2
Hex806C4D0102832241928
Octal2001541150205062443150
Binary100000001101100100110101000010100011001010010011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806C4D; }

 p { color: rgb(128,108,77); }

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

<style>
 a { background-color: #806C4D; }

 a { background-color: rgb(128,108,77); }

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

<style>
 span { border-color: #806C4D; }

 span { border-color: rgb(128,108,77); }

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