#846B4C

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

Shades of Shadow #846B4C

Tints of Shadow #846B4C

Color information

#846B4C (or 0x846B4C) is unknown color: approx Shadow. HEX triplet: 84, 6B and 4C. RGB value is (132,107,76). Sum of RGB (Red+Green+Blue) = 132+107+76=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #846B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B4C is #7B94B3. Grayscale: #6F6F6F. Windows color (decimal): -8098996 or 5008260. OLE color: 5008260.

HSL color Cylindrical-coordinate representation of color #846B4C: hue angle of 33.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #846B4C is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB13210776-
CMYK00.190.420.48
HSL33.21º26.92%40.78%-
HSV(B)33.21º42.42%51.76%-
XYZ16.0815.949.07-
YUV110.94108.28143.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.90%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=41.90%
G=33.97%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321077600.190.420.4833.2126.9240.78
Hex846B4C0132A30211b29
Octal2041531140235260413351
Binary100001001101011100110001001110101011000010000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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