#816C46

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

Shades of Shadow #816C46

Tints of Shadow #816C46

Color information

#816C46 (or 0x816C46) is unknown color: approx Shadow. HEX triplet: 81, 6C and 46. RGB value is (129,108,70). Sum of RGB (Red+Green+Blue) = 129+108+70=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #816C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816C46 is #7E93B9. Grayscale: #6E6E6E. Windows color (decimal): -8295354 or 4615297. OLE color: 4615297.

HSL color Cylindrical-coordinate representation of color #816C46: hue angle of 38.64º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #816C46 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB12910870-
CMYK00.160.460.49
HSL38.64º29.65%39.02%-
HSV(B)38.64º45.74%50.59%-
XYZ15.5215.838.03-
YUV109.95105.46141.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=42.02%
G=35.18%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291087000.160.460.4938.6429.6539.02
Hex816C460102E31271e27
Octal2011541060205661473647
Binary100000011101100100011001000010111011000110011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816C46; }

 p { color: rgb(129,108,70); }

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

<style>
 a { background-color: #816C46; }

 a { background-color: rgb(129,108,70); }

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

<style>
 span { border-color: #816C46; }

 span { border-color: rgb(129,108,70); }

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