#84684C

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

Shades of Shadow #84684C

Tints of Shadow #84684C

Color information

#84684C (or 0x84684C) is unknown color: approx Shadow. HEX triplet: 84, 68 and 4C. RGB value is (132,104,76). Sum of RGB (Red+Green+Blue) = 132+104+76=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84684C is #7B97B3. Grayscale: #6D6D6D. Windows color (decimal): -8099764 or 5007492. OLE color: 5007492.

HSL color Cylindrical-coordinate representation of color #84684C: hue angle of 30º 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 #84684C is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB13210476-
CMYK00.210.420.48
HSL30º26.92%40.78%-
HSV(B)30º42.42%51.76%-
XYZ15.7715.338.96-
YUV109.18109.28144.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 24.36%
R=42.31%
G=33.33%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321047600.210.420.483026.9240.78
Hex84684C0152A301e1b29
Octal2041501140255260363351
Binary10000100110100010011000101011010101100001111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84684C; }

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

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

<style>
 a { background-color: #84684C; }

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

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

<style>
 span { border-color: #84684C; }

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

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