#846846

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

Shades of Shadow #846846

Tints of Shadow #846846

Color information

#846846 (or 0x846846) is unknown color: approx Shadow. HEX triplet: 84, 68 and 46. RGB value is (132,104,70). Sum of RGB (Red+Green+Blue) = 132+104+70=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #846846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846846 is #7B97B9. Grayscale: #6C6C6C. Windows color (decimal): -8099770 or 4614276. OLE color: 4614276.

HSL color Cylindrical-coordinate representation of color #846846: hue angle of 32.9º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #846846 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB13210470-
CMYK00.210.470.48
HSL32.9º30.69%39.61%-
HSV(B)32.9º46.97%51.76%-
XYZ15.5715.257.92-
YUV108.5106.28144.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 70 (27.73% from 255) = 22.88%
R=43.14%
G=33.99%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321047000.210.470.4832.930.6939.61
Hex8468460152F30211f28
Octal2041501060255760413750
Binary100001001101000100011001010110111111000010000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846846; }

 p { color: rgb(132,104,70); }

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

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

 a { background-color: rgb(132,104,70); }

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

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

 span { border-color: rgb(132,104,70); }

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