#816C4F

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

Shades of Shadow #816C4F

Tints of Shadow #816C4F

Color information

#816C4F (or 0x816C4F) is unknown color: approx Shadow. HEX triplet: 81, 6C and 4F. RGB value is (129,108,79). Sum of RGB (Red+Green+Blue) = 129+108+79=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 129 - color contains mainly: red. Hex color #816C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C4F is #7E93B0. Grayscale: #6F6F6F. Windows color (decimal): -8295345 or 5205121. OLE color: 5205121.

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

Color convert

RGB12910879-
CMYK00.160.390.49
HSL34.8º24.04%40.78%-
HSV(B)34.8º38.76%50.59%-
XYZ15.8315.969.64-
YUV110.97109.96140.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.82%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 79 (31.25% from 255) = 25%
R=40.82%
G=34.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291087900.160.390.4934.824.0440.78
Hex816C4F0102731231829
Octal2011541170204761433051
Binary100000011101100100111101000010011111000110001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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