#846C42

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

Shades of Shadow #846C42

Tints of Shadow #846C42

Color information

#846C42 (or 0x846C42) is unknown color: approx Shadow. HEX triplet: 84, 6C and 42. RGB value is (132,108,66). Sum of RGB (Red+Green+Blue) = 132+108+66=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #846C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C42 is #7B93BD. Grayscale: #6E6E6E. Windows color (decimal): -8098750 or 4353156. OLE color: 4353156.

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

Color convert

RGB13210866-
CMYK00.180.50.48
HSL38.18º33.33%38.82%-
HSV(B)38.18º50%51.76%-
XYZ15.8616.027.41-
YUV110.39102.95143.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 108 (42.58% from 255) = 35.29%
BLUE value IS 66 (26.17% from 255) = 21.57%
R=43.14%
G=35.29%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321086600.180.50.4838.1833.3338.82
Hex846C420123230262127
Octal2041541020226260464147
Binary1000010011011001000010010010110010110000100110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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