#846F4F

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

Shades of Shadow #846F4F

Tints of Shadow #846F4F

Color information

#846F4F (or 0x846F4F) is unknown color: approx Shadow. HEX triplet: 84, 6F and 4F. RGB value is (132,111,79). Sum of RGB (Red+Green+Blue) = 132+111+79=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #846F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F4F is #7B90B0. Grayscale: #717171. Windows color (decimal): -8097969 or 5205892. OLE color: 5205892.

HSL color Cylindrical-coordinate representation of color #846F4F: hue angle of 36.23º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #846F4F is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13211179-
CMYK00.160.400.48
HSL36.23º25.12%41.37%-
HSV(B)36.23º40.15%51.76%-
XYZ16.6116.849.77-
YUV113.63108.46141.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=40.99%
G=34.47%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321117900.160.400.4836.2325.1241.37
Hex846F4F0102830241929
Octal2041571170205060443151
Binary100001001101111100111101000010100011000010010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,111,79); }

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

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

 a { background-color: rgb(132,111,79); }

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

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

 span { border-color: rgb(132,111,79); }

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