#84694D

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

Shades of Shadow #84694D

Tints of Shadow #84694D

Color information

#84694D (or 0x84694D) is unknown color: approx Shadow. HEX triplet: 84, 69 and 4D. RGB value is (132,105,77). Sum of RGB (Red+Green+Blue) = 132+105+77=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #84694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84694D is #7B96B2. Grayscale: #6E6E6E. Windows color (decimal): -8099507 or 5073284. OLE color: 5073284.

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

Color convert

RGB13210577-
CMYK00.200.420.48
HSL30.55º26.32%40.98%-
HSV(B)30.55º41.67%51.76%-
XYZ15.9115.549.18-
YUV109.88109.45143.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=42.04%
G=33.44%
B=24.52%

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
Decimal1321057700.200.420.4830.5526.3240.98
Hex84694D0142A301f1a29
Octal2041511150245260373251
Binary10000100110100110011010101001010101100001111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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