#816D46

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

Shades of Shadow #816D46

Tints of Shadow #816D46

Color information

#816D46 (or 0x816D46) is unknown color: approx Shadow. HEX triplet: 81, 6D and 46. RGB value is (129,109,70). Sum of RGB (Red+Green+Blue) = 129+109+70=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #816D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816D46 is #7E92B9. Grayscale: #6E6E6E. Windows color (decimal): -8295098 or 4615553. OLE color: 4615553.

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

Color convert

RGB12910970-
CMYK00.160.460.49
HSL39.66º29.65%39.02%-
HSV(B)39.66º45.74%50.59%-
XYZ15.6316.058.07-
YUV110.53105.13141.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=41.88%
G=35.39%
B=22.73%

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
Decimal1291097000.160.460.4939.6629.6539.02
Hex816D460102E31281e27
Octal2011551060205661503647
Binary100000011101101100011001000010111011000110100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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