#846C4B

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

Shades of Shadow #846C4B

Tints of Shadow #846C4B

Color information

#846C4B (or 0x846C4B) is unknown color: approx Shadow. HEX triplet: 84, 6C and 4B. RGB value is (132,108,75). Sum of RGB (Red+Green+Blue) = 132+108+75=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #846C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C4B is #7B93B4. Grayscale: #6F6F6F. Windows color (decimal): -8098741 or 4942980. OLE color: 4942980.

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

Color convert

RGB13210875-
CMYK00.180.430.48
HSL34.74º27.54%40.59%-
HSV(B)34.74º43.18%51.76%-
XYZ16.1516.148.92-
YUV111.41107.45142.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.90%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=41.90%
G=34.29%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321087500.180.430.4834.7427.5440.59
Hex846C4B0122B30231c29
Octal2041541130225360433451
Binary100001001101100100101101001010101111000010001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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