#846B46

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

Shades of Shadow #846B46

Tints of Shadow #846B46

Color information

#846B46 (or 0x846B46) is unknown color: approx Shadow. HEX triplet: 84, 6B and 46. RGB value is (132,107,70). Sum of RGB (Red+Green+Blue) = 132+107+70=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #846B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B46 is #7B94B9. Grayscale: #6E6E6E. Windows color (decimal): -8099002 or 4615044. OLE color: 4615044.

HSL color Cylindrical-coordinate representation of color #846B46: hue angle of 35.81º 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 #846B46 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB13210770-
CMYK00.190.470.48
HSL35.81º30.69%39.61%-
HSV(B)35.81º46.97%51.76%-
XYZ15.8815.868.02-
YUV110.26105.28143.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=42.72%
G=34.63%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321077000.190.470.4835.8130.6939.61
Hex846B460132F30241f28
Octal2041531060235760443750
Binary100001001101011100011001001110111111000010010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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