#846B4B

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

Shades of Shadow #846B4B

Tints of Shadow #846B4B

Color information

#846B4B (or 0x846B4B) is unknown color: approx Shadow. HEX triplet: 84, 6B and 4B. RGB value is (132,107,75). Sum of RGB (Red+Green+Blue) = 132+107+75=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #846B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B4B is #7B94B4. Grayscale: #6E6E6E. Windows color (decimal): -8098997 or 4942724. OLE color: 4942724.

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

Color convert

RGB13210775-
CMYK00.190.430.48
HSL33.68º27.54%40.59%-
HSV(B)33.68º43.18%51.76%-
XYZ16.0415.938.89-
YUV110.83107.78143.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=42.04%
G=34.08%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321077500.190.430.4833.6827.5440.59
Hex846B4B0132B30221c29
Octal2041531130235360423451
Binary100001001101011100101101001110101111000010001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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