#846D40

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

Shades of Shadow #846D40

Tints of Shadow #846D40

Color information

#846D40 (or 0x846D40) is unknown color: approx Shadow. HEX triplet: 84, 6D and 40. RGB value is (132,109,64). Sum of RGB (Red+Green+Blue) = 132+109+64=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #846D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846D40 is #7B92BF. Grayscale: #6E6E6E. Windows color (decimal): -8098496 or 4222340. OLE color: 4222340.

HSL color Cylindrical-coordinate representation of color #846D40: hue angle of 39.71º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #846D40 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB13210964-
CMYK00.170.520.48
HSL39.71º34.69%38.43%-
HSV(B)39.71º51.52%51.76%-
XYZ15.9116.217.14-
YUV110.75101.62143.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.28%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=43.28%
G=35.74%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321096400.170.520.4839.7134.6938.43
Hex846D400113430282326
Octal2041551000216460504346
Binary1000010011011011000000010001110100110000101000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846D40; }

 p { color: rgb(132,109,64); }

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

<style>
 a { background-color: #846D40; }

 a { background-color: rgb(132,109,64); }

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

<style>
 span { border-color: #846D40; }

 span { border-color: rgb(132,109,64); }

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