#84694C

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

Shades of Shadow #84694C

Tints of Shadow #84694C

Color information

#84694C (or 0x84694C) is unknown color: approx Shadow. HEX triplet: 84, 69 and 4C. RGB value is (132,105,76). Sum of RGB (Red+Green+Blue) = 132+105+76=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #84694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84694C is #7B96B3. Grayscale: #6D6D6D. Windows color (decimal): -8099508 or 5007748. OLE color: 5007748.

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

Color convert

RGB13210576-
CMYK00.200.420.48
HSL31.07º26.92%40.78%-
HSV(B)31.07º42.42%51.76%-
XYZ15.8715.539-
YUV109.77108.95143.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=42.17%
G=33.55%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321057600.200.420.4831.0726.9240.78
Hex84694C0142A301f1b29
Octal2041511140245260373351
Binary10000100110100110011000101001010101100001111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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