#816C4B

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

Shades of Shadow #816C4B

Tints of Shadow #816C4B

Color information

#816C4B (or 0x816C4B) is unknown color: approx Shadow. HEX triplet: 81, 6C and 4B. RGB value is (129,108,75). Sum of RGB (Red+Green+Blue) = 129+108+75=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #816C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816C4B is #7E93B4. Grayscale: #6E6E6E. Windows color (decimal): -8295349 or 4942977. OLE color: 4942977.

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

Color convert

RGB12910875-
CMYK00.160.420.49
HSL36.67º26.47%40%-
HSV(B)36.67º41.86%50.59%-
XYZ15.6915.98.9-
YUV110.52107.96141.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.35%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=41.35%
G=34.62%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291087500.160.420.4936.6726.4740
Hex816C4B0102A31251a28
Octal2011541130205261453250
Binary100000011101100100101101000010101011000110010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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