#846C49

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

Shades of Shadow #846C49

Tints of Shadow #846C49

Color information

#846C49 (or 0x846C49) is unknown color: approx Shadow. HEX triplet: 84, 6C and 49. RGB value is (132,108,73). Sum of RGB (Red+Green+Blue) = 132+108+73=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #846C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C49 is #7B93B6. Grayscale: #6F6F6F. Windows color (decimal): -8098743 or 4811908. OLE color: 4811908.

HSL color Cylindrical-coordinate representation of color #846C49: hue angle of 35.59º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #846C49 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB13210873-
CMYK00.180.450.48
HSL35.59º28.78%40.2%-
HSV(B)35.59º44.7%51.76%-
XYZ16.0816.118.57-
YUV111.19106.45142.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 73 (28.91% from 255) = 23.32%
R=42.17%
G=34.50%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321087300.180.450.4835.5928.7840.2
Hex846C490122D30241d28
Octal2041541110225560443550
Binary100001001101100100100101001010110111000010010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,108,73); }

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

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

 a { background-color: rgb(132,108,73); }

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

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

 span { border-color: rgb(132,108,73); }

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