#816A46

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

Shades of Shadow #816A46

Tints of Shadow #816A46

Color information

#816A46 (or 0x816A46) is unknown color: approx Shadow. HEX triplet: 81, 6A and 46. RGB value is (129,106,70). Sum of RGB (Red+Green+Blue) = 129+106+70=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #816A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816A46 is #7E95B9. Grayscale: #6C6C6C. Windows color (decimal): -8295866 or 4614785. OLE color: 4614785.

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

Color convert

RGB12910670-
CMYK00.180.460.49
HSL36.61º29.65%39.02%-
HSV(B)36.61º45.74%50.59%-
XYZ15.3115.427.96-
YUV108.77106.12142.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=42.30%
G=34.75%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291067000.180.460.4936.6129.6539.02
Hex816A460122E31251e27
Octal2011521060225661453647
Binary100000011101010100011001001010111011000110010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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