#816E46

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

Shades of Shadow #816E46

Tints of Shadow #816E46

Color information

#816E46 (or 0x816E46) is unknown color: approx Shadow. HEX triplet: 81, 6E and 46. RGB value is (129,110,70). Sum of RGB (Red+Green+Blue) = 129+110+70=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #816E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816E46 is #7E91B9. Grayscale: #6F6F6F. Windows color (decimal): -8294842 or 4615809. OLE color: 4615809.

HSL color Cylindrical-coordinate representation of color #816E46: hue angle of 40.68º 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 #816E46 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB12911070-
CMYK00.150.460.49
HSL40.68º29.65%39.02%-
HSV(B)40.68º45.74%50.59%-
XYZ15.7316.268.1-
YUV111.12104.79140.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.75%
GREEN value IS 110 (43.36% from 255) = 35.60%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=41.75%
G=35.60%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291107000.150.460.4940.6829.6539.02
Hex816E460F2E31291e27
Octal2011561060175661513647
Binary10000001110111010001100111110111011000110100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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