#806C43

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

Shades of Shadow #806C43

Tints of Shadow #806C43

Color information

#806C43 (or 0x806C43) is unknown color: approx Shadow. HEX triplet: 80, 6C and 43. RGB value is (128,108,67). Sum of RGB (Red+Green+Blue) = 128+108+67=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #806C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C43 is #7F93BC. Grayscale: #6D6D6D. Windows color (decimal): -8360893 or 4418688. OLE color: 4418688.

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

Color convert

RGB12810867-
CMYK00.160.480.50
HSL40.33º31.28%38.24%-
HSV(B)40.33º47.66%50.2%-
XYZ15.2815.727.54-
YUV109.31104.13141.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.24%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 67 (26.56% from 255) = 22.11%
R=42.24%
G=35.64%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281086700.160.480.5040.3331.2838.24
Hex806C430103032281f26
Octal2001541030206062503746
Binary100000001101100100001101000011000011001010100011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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