#816B4E

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

Shades of Shadow #816B4E

Tints of Shadow #816B4E

Color information

#816B4E (or 0x816B4E) is unknown color: approx Shadow. HEX triplet: 81, 6B and 4E. RGB value is (129,107,78). Sum of RGB (Red+Green+Blue) = 129+107+78=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #816B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B4E is #7E94B1. Grayscale: #6E6E6E. Windows color (decimal): -8295602 or 5139329. OLE color: 5139329.

HSL color Cylindrical-coordinate representation of color #816B4E: hue angle of 34.12º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #816B4E is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB12910778-
CMYK00.170.400.49
HSL34.12º24.64%40.59%-
HSV(B)34.12º39.53%50.59%-
XYZ15.6915.739.42-
YUV110.27109.79141.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=41.08%
G=34.08%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291077800.170.400.4934.1224.6440.59
Hex816B4E0112831221929
Octal2011531160215061423151
Binary100000011101011100111001000110100011000110001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,107,78); }

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

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

 a { background-color: rgb(129,107,78); }

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

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

 span { border-color: rgb(129,107,78); }

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