#806C4B

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

Shades of Shadow #806C4B

Tints of Shadow #806C4B

Color information

#806C4B (or 0x806C4B) is unknown color: approx Shadow. HEX triplet: 80, 6C and 4B. RGB value is (128,108,75). Sum of RGB (Red+Green+Blue) = 128+108+75=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #806C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C4B is #7F93B4. Grayscale: #6E6E6E. Windows color (decimal): -8360885 or 4942976. OLE color: 4942976.

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

Color convert

RGB12810875-
CMYK00.160.410.50
HSL37.36º26.11%39.8%-
HSV(B)37.36º41.41%50.2%-
XYZ15.5315.828.89-
YUV110.22108.13140.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=41.16%
G=34.73%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281087500.160.410.5037.3626.1139.8
Hex806C4B0102932251a28
Octal2001541130205162453250
Binary100000001101100100101101000010100111001010010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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